Skip to content

Commit

Permalink
Add docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazarevsky authored Mar 24, 2024
1 parent 640cafa commit 1d6c721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Vendor mod file
run: go mod vendor
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/debabky/relayer-svc
run: docker build . --file Dockerfile --tag ghcr.io/debabky/relayer-svc && docker push ghcr.io/debabky/relayer-svc

0 comments on commit 1d6c721

Please sign in to comment.