Skip to content

Commit

Permalink
Update publish-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0n00ps authored Jun 30, 2024
1 parent e1a277b commit 238446f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker image
name: Publish Docker image

on:
push:
Expand All @@ -16,7 +16,6 @@ jobs:
VERSION="${GITHUB_REF_NAME#OFDLV}"
echo "Version: $VERSION"
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
- name: Checkout
uses: actions/checkout@v4

Expand All @@ -42,3 +41,5 @@ jobs:
tags: |
ghcr.io/${{ github.actor }}/of-dl:latest
ghcr.io/${{ github.actor }}/of-dl:${{ steps.version.outputs.version }}
build-args: |
VERSION=${{ steps.version.outputs.version }}

0 comments on commit 238446f

Please sign in to comment.