Skip to content

Commit

Permalink
👷 don't tag with GITHUB_SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Jan 7, 2024
1 parent f786ad5 commit 805da75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-with-docker-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
export DOCKER_BUILDKIT=1
# Use cache from remote repository, tag as latest, keep cache metadata
docker buildx build --push $BUILD_ARGS -f ./docker/Dockerfile.prod -t dcr.fredkiss.dev/gh-next:${GITHUB_SHA} -t dcr.fredkiss.dev/gh-next:latest \
docker buildx build --push $BUILD_ARGS -f ./docker/Dockerfile.prod -t dcr.fredkiss.dev/gh-next:latest \
--cache-from type=registry,ref=dcr.fredkiss.dev/gh-next:prod-buildcache,mode=max \
--cache-to type=registry,ref=dcr.fredkiss.dev/gh-next:prod-buildcache,mode=max .
Expand Down

0 comments on commit 805da75

Please sign in to comment.