Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Apr 17, 2023
1 parent ca1346a commit e327890
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,13 @@ jobs:
uses: auguwu/git-tag-action@master
id: tag

- name: Login into GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: charted-dev
password: ${{secrets.GITHUB_TOKEN}}

- name: Merge Debian [latest] images
uses: Noelware/docker-manifest-action@0.3.1
with:
Expand Down

0 comments on commit e327890

Please sign in to comment.