Skip to content

Commit

Permalink
Merge pull request #10 from tweedegolf/rename-helpers
Browse files Browse the repository at this point in the history
Rename actions-container-helpers to actions-helpers
  • Loading branch information
rnijveld authored May 13, 2024
2 parents a82b2d0 + 71c2965 commit 66d1b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ on:

jobs:
untagged-cleanup:
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-untagged-cleanup.yml@main"
uses: "tweedegolf/actions-helpers/.github/workflows/container-untagged-cleanup.yml@main"
with:
package: rust-dev
4 changes: 2 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
base:
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main"
uses: "tweedegolf/actions-helpers/.github/workflows/container-image.yml@main"
with:
artifact: artifact-*
push: ${{ github.ref == 'refs/heads/main' }}
Expand All @@ -37,7 +37,7 @@ jobs:
node:
needs: [base]
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main"
uses: "tweedegolf/actions-helpers/.github/workflows/container-image.yml@main"
with:
push: ${{ github.ref == 'refs/heads/main' }}
platforms: "linux/amd64,linux/arm64"
Expand Down

0 comments on commit 66d1b92

Please sign in to comment.