-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bumped dependency versions, minor improvements
- Loading branch information
Showing
6 changed files
with
267 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,25 +6,22 @@ on: | |
|
||
jobs: | ||
recycle: | ||
name: Recycle Edge Image | ||
runs-on: ubuntu-latest | ||
|
||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
steps: | ||
- name: Recycle Edge Image | ||
uses: rafalkk/remove-dockertag-action@v1 | ||
with: | ||
tag_name: edge | ||
github_token: ${{ secrets.GH_PAT }} | ||
- uses: chipkent/[email protected] | ||
with: | ||
tag: edge | ||
github-token: ${{ secrets.GH_PAT }} | ||
package-name: ${{ github.event.repository.name }} | ||
|
||
publish: | ||
name: Publish | ||
runs-on: ubuntu-latest | ||
needs: [recycle] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Publish | ||
run: | | ||
- run: | | ||
docker login --username thijmengthn --password ${{ secrets.GH_PAT }} ghcr.io | ||
docker build . --tag ghcr.io/thijmengthn/swaparr:edge --label "org.opencontainers.image.source=https://github.com/ThijmenGThN/swaparr" --label "org.opencontainers.image.description=This image of Swaparr is based on 'edge', the unstable release branch." --label "org.opencontainers.image.licenses=MIT" | ||
docker build . --tag ghcr.io/thijmengthn/swaparr:edge --label "org.opencontainers.image.source=https://github.com/thijmengthn/swaparr" --label "org.opencontainers.image.description=This image of Swaparr is based on 'edge', the unstable release branch." --label "org.opencontainers.image.licenses=MIT" | ||
docker push ghcr.io/thijmengthn/swaparr:edge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.