Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed Apr 12, 2024
1 parent 45c230d commit 09bffd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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 --target registry.gitlab.com/${{ secrets.DOCKER_USERNAME }}/postmand:latest .
docker build -f Dockerfile registry.gitlab.com/${{ secrets.DOCKER_USERNAME }}/postmand:latest .
docker push registry.gitlab.com/${{ secrets.DOCKER_USERNAME }}/postmand:latest
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: release

on:
push:
branches:
- main
release:
types: [published]

jobs:
verify:
Expand Down

0 comments on commit 09bffd7

Please sign in to comment.