Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Update docker-container-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
webysther authored Jul 27, 2023
1 parent 5127cf0 commit 6a8747a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
provenance: false
provenance: true
sbom: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 6a8747a

Please sign in to comment.