Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Dec 8, 2023
1 parent 9401ba0 commit b4f3827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
registry: ${{ env.GITHUB_REGISTRY }}
username: The-Kernel-Brothers
password: ${{ secrets.PAT_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand All @@ -82,7 +82,7 @@ jobs:
with:
images: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}

# Extract metadata (tags, labels) for Docker
# Extract metadata (tags, labels) for GitHub
# https://github.com/docker/metadata-action
- name: Extract Docker metadata (GitHub Registry)
id: meta_github
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/minionguyjpro/kernelos_buildtools:latest
tags: ghcr.io/the-kernel-brothers/kernelos_buildtools:latest
labels: ${{ steps.meta_github.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit b4f3827

Please sign in to comment.