Skip to content

Commit 5e5c230

Browse files
committed
build: fix error One of subject-path, subject-digest, or subject-checksums must be provided
1 parent 7a8a58f commit 5e5c230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish-to-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111

1212
jobs:
1313
build_and_publish:
14-
1514
runs-on: ubuntu-latest
1615
permissions:
1716
contents: read
@@ -42,6 +41,7 @@ jobs:
4241
suffix=
4342
4443
- name: Build and push Docker image
44+
id: push
4545
uses: docker/build-push-action@v6
4646
with:
4747
context: .

0 commit comments

Comments
 (0)