Skip to content

Commit

Permalink
Remove non-existing version qualifier from base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Jul 26, 2024
1 parent 9b18dcd commit bf839cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
build-args: |
BASE_ALGORAND_VERSION=3.25.0-stable
BASE_ALGORAND_VERSION=3.25.0
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
build-args: |
BASE_ALGORAND_VERSION=3.25.0-stable
BASE_ALGORAND_VERSION=3.25.0
push: true
tags: ghcr.io/voinetwork/voi-node:latest
labels: |
Expand Down

0 comments on commit bf839cb

Please sign in to comment.