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 0681a3d commit 3b8a4cc
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: postgres
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
latest: false
- postgresql_version: 14
latest: false
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 3b8a4cc

Please sign in to comment.