Skip to content

Commit

Permalink
rename jobs, so it's clearer on GitHub which is which.
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed Feb 21, 2023
1 parent f6af2b0 commit 4db79d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-slic-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [published]

jobs:
publish-image:
publish-slic-image:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
type=ref,event=tag
type=semver,pattern={{raw}}
- name: Build and push image
- name: Build and push Docker image
uses: docker/[email protected]
with:
context: containers/slic
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-wordpress-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [published]

jobs:
publish-image:
publish-wordpress-image:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
type=ref,event=tag
type=semver,pattern={{raw}}
- name: Build and push slic-wordpress Docker image
- name: Build and push Docker image
uses: docker/[email protected]
continue-on-error: true
with:
Expand Down

0 comments on commit 4db79d8

Please sign in to comment.