File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 # cpp-devbox:{debian_codename}-latest # always
101101 - name : ✏ Setup Docker Metadata ➔ Stage cpp-devbox-base
102102 id : metadata-base
103- uses : docker/metadata-action@v5 # https://github.com/docker/metadata-action
103+ uses : docker/metadata-action@v6 # https://github.com/docker/metadata-action
104104 with :
105105 images : |
106106 ${{ env.GHCR_IMAGE }}
@@ -120,7 +120,7 @@ jobs:
120120 # cpp-devbox:{debian_codename}-with-vulkansdk-latest # always
121121 - name : ✏ Setup Docker Metadata ➔ Stage cpp-devbox-base-with-vulkansdk
122122 id : metadata-base-with-vulkansdk
123- uses : docker/metadata-action@v5 # https://github.com/docker/metadata-action
123+ uses : docker/metadata-action@v6 # https://github.com/docker/metadata-action
124124 with :
125125 images : |
126126 ${{ env.GHCR_IMAGE }}
You can’t perform that action at this time.
0 commit comments