mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Bump docker/build-push-action from 3 to 4 (#167)
This commit is contained in:
parent
da3b864e02
commit
97ab8a4475
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
|||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action>
|
- uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action>
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -186,7 +186,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
- uses: gacts/github-slug@v1
|
- uses: gacts/github-slug@v1
|
||||||
id: slug
|
id: slug
|
||||||
|
|
||||||
- uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action>
|
- uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action>
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user