We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ed6a5 commit 008920fCopy full SHA for 008920f
.github/workflows/build-container.yml
@@ -37,6 +37,7 @@ jobs:
37
TAG_NAME=${GITHUB_REF#refs/tags/}
38
sed -i "2i LABEL org.opencontainers.image.description=\"RGBDS container image for the release version $TAG_NAME\"" Dockerfile
39
docker build . --tag ghcr.io/gbdev/rgbds:$TAG_NAME
40
+ docker tag ghcr.io/gbdev/rgbds:$TAG_NAME ghcr.io/gbdev/rgbds:latest
41
docker push ghcr.io/gbdev/rgbds:$TAG_NAME
42
docker push ghcr.io/gbdev/rgbds:latest
43
0 commit comments