Skip to content

Commit

Permalink
renames tag for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
noslav committed Nov 25, 2021
1 parent 4f0968c commit b2f18bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- uses: actions/checkout@v2
- name: Build & Publish the Docker image
run: |
docker build . --file Dockerfile --tag ghcr.io/covalenthq/mq-store-agent:${{ github.sha }}
docker push ghcr.io/covalenthq/mq-store-agent:${{ github.sha }}
docker build . --file Dockerfile --tag ghcr.io/covalenthq/mq-store-agent:latest
docker push ghcr.io/covalenthq/mq-store-agent:latest

0 comments on commit b2f18bc

Please sign in to comment.