Skip to content

Commit

Permalink
fix(docker): add :latest as target during push (#1578) (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb authored Aug 2, 2024
1 parent 944884b commit 42da861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: 🐳 Build & Push to Docker Hub
run: |
docker buildx build --push --platform linux/amd64,linux/arm64 -t backstopjs/backstopjs:$PV --build-arg BACKSTOPJS_VERSION=$PV docker
docker buildx build --push --platform linux/amd64,linux/arm64 -t backstopjs/backstopjs:$PV -t backstopjs/backstopjs:latest --build-arg BACKSTOPJS_VERSION=$PV docker

0 comments on commit 42da861

Please sign in to comment.