Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed Apr 12, 2024
1 parent 09bffd7 commit 32d8d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Build docker image
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login registry.gitlab.com -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
docker build -f Dockerfile registry.gitlab.com/${{ secrets.DOCKER_USERNAME }}/postmand:latest .
docker build -t registry.gitlab.com/${{ secrets.DOCKER_USERNAME }}/postmand:latest .
docker push registry.gitlab.com/${{ secrets.DOCKER_USERNAME }}/postmand:latest

0 comments on commit 32d8d6d

Please sign in to comment.