Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcatertychnyi authored Sep 27, 2023
1 parent f58212a commit 895d11a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ env:

jobs:
build:
runs-on: ubuntu-latest

runs-on: ubuntu-latest
#if: startsWith(github.ref, 'refs/tags/') # Running this job only for tags

permissions:
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
Expand Down

0 comments on commit 895d11a

Please sign in to comment.