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 9a931f6 commit da11073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: php
6 changes: 3 additions & 3 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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:
context: "${{ inputs.php_version }}"
file: "${{ inputs.php_version }}/Dockerfile"
Expand All @@ -32,7 +32,7 @@ jobs:
dev:
needs: [base]
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main"
uses: "tweedegolf/actions-helpers/.github/workflows/container-image.yml@main"
with:
context: "${{ inputs.php_version }}"
file: "${{ inputs.php_version }}/Dockerfile.dev"
Expand All @@ -44,7 +44,7 @@ jobs:
debug:
needs: [dev]
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main"
uses: "tweedegolf/actions-helpers/.github/workflows/container-image.yml@main"
with:
context: "${{ inputs.php_version }}"
file: "${{ inputs.php_version }}/Dockerfile.debug"
Expand Down

0 comments on commit da11073

Please sign in to comment.