Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Ghcr login update (#6)
Browse files Browse the repository at this point in the history
* traefik routing, tls, dns feature

* update ghcr login

* fix attempt
  • Loading branch information
sekulicd authored Sep 21, 2023
1 parent ca923f6 commit b8b5054
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: {push: {tags: ['*']}}

jobs:
build-and-push:
permissions:
packages: write
contents: read
runs-on: ubuntu-latest
env:
DOCKER_CLI_EXPERIMENTAL: enabled
Expand Down Expand Up @@ -53,4 +56,4 @@ jobs:
- name: Create GitHub Release
run: gh release create --generate-notes "${GITHUB_REF#refs/tags/}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ github.token }}

0 comments on commit b8b5054

Please sign in to comment.