Skip to content

Commit

Permalink
Update action versions :fingers_crossed:
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Dec 27, 2023
1 parent 4c78ab3 commit 3fd3d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
version: latest

- name: Login to Quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand All @@ -49,7 +49,7 @@ jobs:
readme_file: 'README.md'

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./${{ matrix.config.dockerfile }}
Expand Down

0 comments on commit 3fd3d4e

Please sign in to comment.