mirror of
https://github.com/flant/ovpn-admin.git
synced 2026-02-04 09:12:13 -08:00
Bump docker/build-push-action from 4 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1191bf7f9d
commit
9aaa12ce44
4
.github/workflows/publish-latest.yaml
vendored
4
.github/workflows/publish-latest.yaml
vendored
@ -20,14 +20,14 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_PASS }}
|
password: ${{ secrets.DOCKER_PASS }}
|
||||||
- name: Push openvpn image to Docker Hub
|
- name: Push openvpn image to Docker Hub
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
tags: flant/ovpn-admin:openvpn-latest
|
tags: flant/ovpn-admin:openvpn-latest
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm
|
platforms: linux/amd64,linux/arm64,linux/arm
|
||||||
file: Dockerfile.ovpn-admin
|
file: Dockerfile.ovpn-admin
|
||||||
push: true
|
push: true
|
||||||
- name: Push ovpn-admin image to Docker Hub
|
- name: Push ovpn-admin image to Docker Hub
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
tags: flant/ovpn-admin:latest
|
tags: flant/ovpn-admin:latest
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm
|
platforms: linux/amd64,linux/arm64,linux/arm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user