Skip to content

Commit

Permalink
Update .github/workflows/docker.yml >>> Test
Browse files Browse the repository at this point in the history
  • Loading branch information
xavyeah39 committed Apr 9, 2024
1 parent fd8867a commit 6336d19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
build_and_publish:
name: Build and Publish Docker Images
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- name: Checkout repository
Expand All @@ -22,7 +25,7 @@ jobs:
- name: Login to GitHub Packages
uses: docker/login-action@v2
with:
registry: docker.pkg.github.com
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 6336d19

Please sign in to comment.