Skip to content

Commit

Permalink
feat(docker-publish.yml): add new permssions
Browse files Browse the repository at this point in the history
Signed-off-by: Ionut Iorgu <[email protected]>
  • Loading branch information
ionutz89 committed Mar 24, 2024
1 parent e9df295 commit be7be98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ on:
jobs:
buildx:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set env
run: echo "TAG=$(echo $(date +%Y.%m.%d))" >> $GITHUB_ENV

Expand Down

0 comments on commit be7be98

Please sign in to comment.