Skip to content

Commit

Permalink
Rename actions-container-helpers to actions-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed May 13, 2024
1 parent f0124da commit 3a6c8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: debian
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- version: bullseye
latest: false
alt: oldstable
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 3a6c8e8

Please sign in to comment.