Skip to content

Commit

Permalink
Yet more pipelien fun
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsager committed Nov 25, 2023
1 parent f991f47 commit c8271d8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
jobs:
publish-docker-image:
runs-on: ubuntu-latest
permissions:
packages: write

env:
IMAGE_NAME: ghcr.io/thorsager/surl
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
jobs:
publish-docker-image:
runs-on: ubuntu-latest
permissions:
packages: write

env:
IMAGE_NAME: ghcr.io/thorsager/surl

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
jobs:
publish-docker-image:
runs-on: ubuntu-latest
permissions:
packages: write

env:
IMAGE_NAME: ghcr.io/thorsager/surl
Expand Down

0 comments on commit c8271d8

Please sign in to comment.