Skip to content

Commit

Permalink
Fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWTQ committed Oct 31, 2024
1 parent d37cda8 commit 798bdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# For master branch also supply an extra tag: <MW_VERSION>-latest,<MW_VERSION>-<DATE>-<SHA>
[ "$VERSION" == "latest" ] && REGISTRY_TAGS=$REGISTRY_TAGS,$IMAGE_ID:$TAQASTA_VERSION,$IMAGE_ID:$MEDIAWIKI_MAJOR_VERSION-latest,$IMAGE_ID:$MEDIAWIKI_VERSION-latest,$IMAGE_ID:$MEDIAWIKI_VERSION-$BDATE-$(git rev-parse --short HEAD)
[ "${{ github.ref }}" == "REL1_43" ] && REGISTRY_TAGS=$REGISTRY_TAGS,$IMAGE_ID:$VERSION-$BDATE-$(git rev-parse --short HEAD)
[ "${{ github.ref }}" == "refs/head/REL1_43" ] && REGISTRY_TAGS=$REGISTRY_TAGS,$IMAGE_ID:$VERSION-$BDATE-$(git rev-parse --short HEAD)
SHA_SHORT=${{ github.sha }}
[ "${{ github.event_name }}" == "pull_request" ] && SHA_SHORT=$(echo ${{ github.event.pull_request.head.sha }} | cut -c1-8)
Expand Down

0 comments on commit 798bdb0

Please sign in to comment.