forked from github/pre-commit-opentofu
fix: dockerhub
This commit is contained in:
parent
e723f9027f
commit
0fac59197f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-image.yaml
vendored
6
.github/workflows/build-image.yaml
vendored
|
|
@ -82,8 +82,8 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
tofuutils/pre-commit-opentofu:${{ env.IMAGE_TAG }}
|
registry.hub.docker.com/tofuutils/pre-commit-opentofu:${{ env.IMAGE_TAG }}
|
||||||
tofuutils/pre-commit-opentofu:latest
|
registry.hub.docker.com/tofuutils/pre-commit-opentofu:latest
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|
||||||
- name: Build and Push nightly to DockerHub
|
- name: Build and Push nightly to DockerHub
|
||||||
|
|
@ -96,6 +96,6 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
tofuutils/pre-commit-opentofu:nightly
|
registry.hub.docker.com/tofuutils/pre-commit-opentofu:nightly
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue