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 0839625 commit f41f40aCopy full SHA for f41f40a
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
env:
46
DOCKER_BUILDKIT: 1
47
PLATFORM: ${{ matrix.platform }}
48
- IMAGE_TAG: "ghcr.io/sudo-bot/docker-rustpython/rustpython:${{ internal-tag }}-latest"
+ IMAGE_TAG: "ghcr.io/sudo-bot/docker-rustpython/rustpython:${{ matrix.internal-tag }}-latest"
49
ACTION: push
50
EXTRA_ARGS: "--cache-to=type=registry,ref=ghcr.io/sudo-bot/docker-rustpython/rustpython-buildcache,mode=max --cache-from=type=registry,ref=ghcr.io/sudo-bot/docker-rustpython/rustpython-${{ matrix.platform }}:latest"
51
0 commit comments