Skip to content

Commit

Permalink
Correct OCI version identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Jan 28, 2024
1 parent 7bc841f commit a8ca2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
tags: ghcr.io/voinetwork/docker-participation-node:latest
labels: |
${{ steps.meta.outputs.labels }}
org.opencontainers.image.version: latest
org.opencontainers.image.version=latest
- name: Build and push Docker images for current release
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
Expand All @@ -80,4 +80,4 @@ jobs:
tags: ghcr.io/voinetwork/docker-participation-node:${{ env.VERSION }}
labels: |
${{ steps.meta.outputs.labels }}
org.opencontainers.image.version: ${{ env.VERSION }}
org.opencontainers.image.version=${{ env.VERSION }}

0 comments on commit a8ca2c1

Please sign in to comment.