Skip to content

Commit

Permalink
fix static version
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Oct 30, 2024
1 parent e17bb69 commit 873c7fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-fips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
images: |
ghcr.io/pluralsh/go-fips
docker.io/pluralsh/go-fips
tags: |
type=raw,value=1.23.2
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -56,7 +58,7 @@ jobs:
context: "."
file: "./dockerfiles/fips/go.Dockerfile"
push: true
tags: 1.23.2
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
Expand Down

0 comments on commit 873c7fa

Please sign in to comment.