Skip to content

Commit 7c63173

Browse files
authored
Merge pull request #23 from andy5995/ci/fix-test
CI: fix test, add tag var
2 parents 028cbb3 + 42223fd commit 7c63173

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
test-rmw:
2828
runs-on: ubuntu-latest
2929
env:
30-
REGISTRY_IMAGE: andy5995/linuxdeploy:v3-jammy
30+
REGISTRY_IMAGE: andy5995/linuxdeploy
31+
TAG: v3-jammy
3132
DOCKER_CACHE_DEST: ${{ github.workspace }}/.docker/buildx-cache-${{ matrix.platform }}
3233
strategy:
3334
matrix:
@@ -101,7 +102,7 @@ jobs:
101102
cd _linuxdeploy_test
102103
docker buildx build \
103104
. \
104-
-t $REGISTRY_IMAGE \
105+
-t ${REGISTRY_IMAGE}:${TAG} \
105106
--platform=${{ matrix.platform }} \
106107
--build-arg CODENAME=jammy \
107108
--cache-to=type=local,dest=${{ env.DOCKER_CACHE_DEST }} \

0 commit comments

Comments
 (0)