We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0caaa49 commit 2c64060Copy full SHA for 2c64060
.github/workflows/depot-build.yml
@@ -48,7 +48,7 @@ jobs:
48
token: ${{ secrets.DEPOT_PROJECT_TOKEN }}
49
# what tags to apply to the generated image:
50
# the images will be pushed to: https://hub.docker.com/repository/docker/drmrbrewer/astro-api/general
51
- tags: drmrbrewer/astro-api,drmrbrewer/astro-api:v22
+ tags: drmrbrewer/astro-api,drmrbrewer/astro-api:v23
52
# base folder for the build (equivalent to PATH in docker buildx build)...
53
# commented out for now as the docker image seems to be much smaller without it...
54
# context: .
0 commit comments