Skip to content

Commit

Permalink
fix: dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jun 14, 2024
1 parent e723f90 commit 0fac591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
tofuutils/pre-commit-opentofu:${{ env.IMAGE_TAG }}
tofuutils/pre-commit-opentofu:latest
registry.hub.docker.com/tofuutils/pre-commit-opentofu:${{ env.IMAGE_TAG }}
registry.hub.docker.com/tofuutils/pre-commit-opentofu:latest
provenance: false

- name: Build and Push nightly to DockerHub
Expand All @@ -96,6 +96,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
tofuutils/pre-commit-opentofu:nightly
registry.hub.docker.com/tofuutils/pre-commit-opentofu:nightly
provenance: false

0 comments on commit 0fac591

Please sign in to comment.