Skip to content

Commit 1c08d25

Browse files
committed
rename jobs
1 parent 5a927c5 commit 1c08d25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull-docker-dryrun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
files-changed:
1212
uses: ./.github/workflows/files-changed.yml
1313

14-
contianer:
14+
container:
1515
if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.actions == 'true'
1616
needs: files-changed
1717
runs-on: ubuntu-latest

.github/workflows/release-tag-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --draft --notes-from-tag dist/release/*
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
69-
docker-rootful:
69+
container:
7070
runs-on: namespace-profile-gitea-release-docker
7171
permissions:
7272
packages: write # to publish to ghcr.io

.github/workflows/release-tag-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --notes-from-tag dist/release/*
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
73-
docker-rootful:
73+
container:
7474
runs-on: namespace-profile-gitea-release-docker
7575
permissions:
7676
packages: write # to publish to ghcr.io

0 commit comments

Comments
 (0)