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 028cbb3 commit 42223fdCopy full SHA for 42223fd
.github/workflows/test.yml
@@ -27,7 +27,8 @@ jobs:
27
test-rmw:
28
runs-on: ubuntu-latest
29
env:
30
- REGISTRY_IMAGE: andy5995/linuxdeploy:v3-jammy
+ REGISTRY_IMAGE: andy5995/linuxdeploy
31
+ TAG: v3-jammy
32
DOCKER_CACHE_DEST: ${{ github.workspace }}/.docker/buildx-cache-${{ matrix.platform }}
33
strategy:
34
matrix:
@@ -101,7 +102,7 @@ jobs:
101
102
cd _linuxdeploy_test
103
docker buildx build \
104
. \
- -t $REGISTRY_IMAGE \
105
+ -t ${REGISTRY_IMAGE}:${TAG} \
106
--platform=${{ matrix.platform }} \
107
--build-arg CODENAME=jammy \
108
--cache-to=type=local,dest=${{ env.DOCKER_CACHE_DEST }} \
0 commit comments