Skip to content

Commit 008920f

Browse files
authored
ci: tag rgbds:latest before pushing it
1 parent 20ed6a5 commit 008920f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
TAG_NAME=${GITHUB_REF#refs/tags/}
3838
sed -i "2i LABEL org.opencontainers.image.description=\"RGBDS container image for the release version $TAG_NAME\"" Dockerfile
3939
docker build . --tag ghcr.io/gbdev/rgbds:$TAG_NAME
40+
docker tag ghcr.io/gbdev/rgbds:$TAG_NAME ghcr.io/gbdev/rgbds:latest
4041
docker push ghcr.io/gbdev/rgbds:$TAG_NAME
4142
docker push ghcr.io/gbdev/rgbds:latest
4243

0 commit comments

Comments
 (0)