Skip to content

Commit

Permalink
Merge branch 'dev' into deps/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Sep 21, 2023
2 parents 4d893db + f2a806c commit f5ba8a0
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 242 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
run: echo "The selected tag is ${{ steps.tag.outputs.TAG }}"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to Quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Build and publish image to Quay
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: Dockerfile
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
- uses: actions/checkout@master

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to Quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Build and publish image to Quay
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: Dockerfile
push: true
Expand Down
Loading

0 comments on commit f5ba8a0

Please sign in to comment.