Skip to content

Commit

Permalink
Merge branch 'master' into feature/add-deployment-strategy-to-crd
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling authored Jul 6, 2021
2 parents 48d4f03 + 194cc4f commit 85f3815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: docker/[email protected]
- uses: docker/setup-buildx-action@v1.4.1
- uses: docker/setup-buildx-action@v1.5.0
- name: "publishes the images"
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
operator-sdk-version: v0.18.2
- uses: docker/[email protected]
- uses: docker/setup-buildx-action@v1.4.1
- uses: docker/setup-buildx-action@v1.5.0
- name: "perform the release"
env:
GH_WRITE_TOKEN: ${{ secrets.GH_WRITE_TOKEN }}
Expand Down

0 comments on commit 85f3815

Please sign in to comment.