Update action versions :fingers_crossed:
This commit is contained in:
parent
4c78ab30d3
commit
3fd3d4e145
4
.github/workflows/main-docker.yml
vendored
4
.github/workflows/main-docker.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user