Skip to content

Commit

Permalink
chore: push --all-tags (#4562)
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg authored Feb 5, 2025
1 parent e883c84 commit 66d7b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
docker load --input ${{ runner.temp }}/uesio-image.tar
docker tag $IMAGE_VERSION_TAG $REGISTRY_SHA_TAG
docker tag $IMAGE_VERSION_TAG $REGISTRY_VERSION_TAG
docker image push $REGISTRY_IMAGE_TAG_BASE
docker image push --all-tags $REGISTRY_IMAGE_TAG_BASE
- name: Update docker container image tag for dev
env:
Expand Down

0 comments on commit 66d7b3d

Please sign in to comment.