mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore(deps): update docker/build-push-action action to v4 (#4365)
This commit is contained in:
parent
5f516c91e7
commit
240cc2b5fa
2
.github/workflows/docker_publish.yaml
vendored
2
.github/workflows/docker_publish.yaml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
yarn --cwd ./frontend install
|
||||
yarn build:frontend
|
||||
- name: Build tag and push image to Docker hub
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Loading…
Reference in New Issue
Block a user