Skip to content

Commit

Permalink
modified worflow to test image is pushed to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Elwizzy12 committed Nov 19, 2024
1 parent 9de7c62 commit 39cf1c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
push:
branches: ['test-worflow-for-image']
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 39cf1c2

Please sign in to comment.