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