Skip to content

Commit d124d4e

Browse files
committed
Use base name for base docker image
1 parent f19db0c commit d124d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerfile-base.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
PLATFORMS="linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x";
3131
echo "::set-output name=platforms::$PLATFORMS"
3232
33-
ghcr-latest:
33+
ghcr-base:
3434
runs-on: ubuntu-20.04
3535
permissions:
3636
packages: write
3737
if: success()
3838
needs:
3939
- pre-setup # transitive, for accessing settings
40-
name: 🐳 ghcr:latest
40+
name: 🐳 ghcr:base
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v3

0 commit comments

Comments
 (0)