Skip to content

Commit e2ee9dc

Browse files
authored
Tweaks
1 parent 557b701 commit e2ee9dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_ghcr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: build
5858
uses: docker/build-push-action@v4
5959
with:
60-
file: ${{matrix.ubuntu}}/Dockerfile
60+
context: ${{matrix.ubuntu}}
6161
labels: ${{ steps.meta.outputs.labels }}
6262
outputs: type=image,name=${{ steps.vars.outputs.container }},push-by-digest=true,name-canonical=true,push=true
6363
platforms: ${{matrix.platform}}
@@ -108,7 +108,7 @@ jobs:
108108
- name: Upload digests
109109
uses: actions/upload-artifact@v4
110110
with:
111-
name: r2udigests-${{ github.run_id }}
111+
name: r2udigests-${{matrix.ubuntu}}-${{ github.run_id }}
112112
path: /tmp/digests/**
113113
if-no-files-found: error
114114
retention-days: 1
@@ -121,12 +121,12 @@ jobs:
121121
strategy:
122122
fail-fast: false
123123
matrix:
124-
ubuntu: [focal, jammy]
124+
ubuntu: [focal, jammy, noble]
125125
steps:
126126
- name: Download digests
127127
uses: actions/download-artifact@v4
128128
with:
129-
name: r2udigests-${{ github.run_id }}
129+
name: r2udigests-${{matrix.ubuntu}}-${{ github.run_id }}
130130
path: /tmp/digests
131131

132132
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)