Skip to content

Commit

Permalink
bug: fix builds to push latest tag (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
lspgn committed Aug 19, 2024
1 parent c9d26ef commit d2ee55d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
DOCKER_SUFFIX=-amd64 DOCKER_CMD='buildx build --push --platform linux/amd64' make docker
DOCKER_SUFFIX=-arm64 DOCKER_CMD='buildx build --push --platform linux/arm64/v8' make docker
make docker-manifest-release-buildx
export VERSION=latest && make docker-manifest-buildx
VERSION=latest make docker-manifest-release-buildx
2 changes: 1 addition & 1 deletion .github/workflows/docker-release_registry_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
DOCKER_SUFFIX=-amd64 DOCKER_CMD='buildx build --push --platform linux/amd64' make docker
DOCKER_SUFFIX=-arm64 DOCKER_CMD='buildx build --push --platform linux/arm64/v8' make docker
make docker-manifest-release-buildx
export VERSION=latest && make docker-manifest-buildx
VERSION=latest make docker-manifest-release-buildx
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
DOCKER_SUFFIX=-amd64 DOCKER_CMD='buildx build --push --platform linux/amd64' make docker
DOCKER_SUFFIX=-arm64 DOCKER_CMD='buildx build --push --platform linux/arm64/v8' make docker
make docker-manifest-buildx
export VERSION=latest && make docker-manifest-buildx
VERSION=latest make docker-manifest-release-buildx
2 changes: 1 addition & 1 deletion .github/workflows/docker_registry_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
DOCKER_SUFFIX=-amd64 DOCKER_CMD='buildx build --push --platform linux/amd64' make docker
DOCKER_SUFFIX=-arm64 DOCKER_CMD='buildx build --push --platform linux/arm64/v8' make docker
make docker-manifest-buildx
export VERSION=latest && make docker-manifest-buildx
VERSION=latest make docker-manifest-release-buildx

0 comments on commit d2ee55d

Please sign in to comment.