Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: add latest tag to built docker image before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Aug 20, 2023
1 parent 5fbd3e0 commit ca1fd84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
- name: Build and Push Docker Image
run: |
docker build -t mariusbegby/cadence:${{ env.RELEASE_VERSION }} .
docker tag mariusbegby/cadence:${{ env.RELEASE_VERSION }} mariusbegby/cadence:latest
docker push mariusbegby/cadence:${{ env.RELEASE_VERSION }}
docker push mariusbegby/cadence:latest

0 comments on commit ca1fd84

Please sign in to comment.