Skip to content

Commit 75aafac

Browse files
Update docker.yml
1 parent eade3a6 commit 75aafac

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,15 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: 'pythoncoderas/<name>'
12+
IMAGE_NAME: 'pythoncoderas/tempprogram'
1313

1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress: true
1717

1818
jobs:
19-
get-image-name:
20-
runs-on: ubuntu-latest
21-
steps:
22-
- run: echo "null"
23-
outputs:
24-
image: ${{ env.IMAGE_NAME }}
2519
build:
2620
runs-on: ubuntu-latest
27-
needs: [get-image-name]
28-
if: ${{ needs.get-image-name.outputs.image != 'pythoncoderas/<name>' }}
2921
permissions:
3022
contents: read
3123
packages: write
@@ -34,7 +26,12 @@ jobs:
3426
matrix:
3527
platform:
3628
- linux/amd64
29+
- linux/arm/v6
30+
- linux/arm/v7
3731
- linux/arm64
32+
- linux/386
33+
- linux/ppc64le
34+
- linux/s390x
3835

3936
steps:
4037
- name: Checkout repository

0 commit comments

Comments
 (0)