Skip to content

Commit

Permalink
Tag docker image with legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorsharp committed Dec 18, 2024
1 parent 12c894b commit ce2b94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
VERSION=latest
fi
TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:${GITHUB_RUN_ID}"
TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:${GITHUB_RUN_ID},${DOCKER_IMAGE}:legacy"
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
- name: Set up QEMU
Expand Down

0 comments on commit ce2b94f

Please sign in to comment.