Update action versions :fingers_crossed:

This commit is contained in:
Matthew Esposito 2023-12-26 19:01:45 -05:00
parent 4c78ab30d3
commit 3fd3d4e145
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ jobs:
version: latest version: latest
- name: Login to Quay.io - name: Login to Quay.io
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: quay.io registry: quay.io
username: ${{ secrets.QUAY_USERNAME }} username: ${{ secrets.QUAY_USERNAME }}
@ -49,7 +49,7 @@ jobs:
readme_file: 'README.md' readme_file: 'README.md'
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: ./${{ matrix.config.dockerfile }} file: ./${{ matrix.config.dockerfile }}