Skip to content

Commit

Permalink
revert docker multi-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed May 16, 2024
1 parent 52f90fb commit 9cefbe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Docker CI
if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && matrix.images.nightly) }}
uses: hckops/actions/[email protected].13
uses: hckops/actions/[email protected].12
with:
DOCKER_CONTEXT: ./docker/${{ matrix.images.path }}/${{ matrix.images.name }}
DOCKER_IMAGE_NAME: ${{ matrix.images.name }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Docker CI
if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && matrix.images.nightly) }}
uses: hckops/actions/[email protected].13
uses: hckops/actions/[email protected].12
with:
DOCKER_CONTEXT: ./docker/${{ matrix.images.path }}/${{ matrix.images.name }}
DOCKER_IMAGE_NAME: ${{ matrix.images.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Helm Lint
uses: hckops/actions/[email protected].13
uses: hckops/actions/[email protected].12

helm-release:
# release depends on lint
Expand Down

0 comments on commit 9cefbe7

Please sign in to comment.