Skip to content

Commit

Permalink
Add dummy version placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Jan 28, 2024
1 parent eb35c2e commit a30f8eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- cron: '0 0 * * *'
workflow_dispatch:

env:
VERSION: ""

jobs:
push_to_latest_release:
name: Push latest Docker image to registry based on last release version
Expand Down Expand Up @@ -77,7 +80,7 @@ jobs:
build-args: |
BASE_ALGORAND_VERSION=${{ env.VERSION }}-stable
push: true
tags: ${{ VERSION }}
tags: ghcr.io/voinetwork/docker-participation-node:${{ VERSION }}
labels: |
${{ steps.meta.outputs.labels }}
org.opencontainers.image.version: ${{ env.VERSION }}

0 comments on commit a30f8eb

Please sign in to comment.