Skip to content

Commit

Permalink
Merge pull request #156 from stakater/fixed-push
Browse files Browse the repository at this point in the history
Fix references
  • Loading branch information
Juansasa authored Feb 12, 2025
2 parents 475b0a6 + 9118d1d commit 08fb4d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/operator_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ jobs:

- name: Verify code
id: verify
uses: stakater/.github/.github/actions/verify@main
uses: stakater/.github/.github/actions/operator/verify@main
with:
GO_VERSION: ${{ inputs.GO_VERSION }}
ENABLE_LINTING: ${{ inputs.ENABLE_LINTING }}
ENABLE_UNIT_TESTS: ${{ inputs.ENABLE_UNIT_TESTS }}

- name: Setup Version Tag
id: tag
uses: stakater/.github/.github/actions/tag@main
uses: stakater/.github/.github/actions/operator/tag@main
with:
RELEASE_BRANCH: ${{ inputs.RELEASE_BRANCH }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Docker
id: docker
uses: stakater/.github/.github/actions/docker@main
uses: stakater/.github/.github/actions/operator/docker@main
with:
TAG: ${{ steps.tag.outputs.TAG }}
env:
Expand All @@ -79,7 +79,7 @@ jobs:
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}

- name: Build & Push
uses: stakater/.github/.github/actions/build@main
uses: stakater/.github/.github/actions/operator/build@main
with:
TAG: ${{ steps.tag.outputs.TAG }}
IMAGE_REPOSITORY: ${{ steps.docker.outputs.IMAGE_REPOSITORY }}
Expand All @@ -88,7 +88,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Notify
uses: stakater/.github/.github/actions/notify@main
uses: stakater/.github/.github/actions/operator/notify@main
with:
TAG: ${{ steps.tag.outputs.TAG }}
IMAGE_REPOSITORY: ${{ steps.docker.outputs.IMAGE_REPOSITORY }}
Expand Down

0 comments on commit 08fb4d5

Please sign in to comment.