Skip to content

Commit

Permalink
ooops...
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Dec 18, 2023
1 parent 25a3061 commit 870e523
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
build-args: |
buildRelease="${{ github.ref_name }}"
-
name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
Expand All @@ -61,3 +58,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
build-args: |
buildRelease="${{ github.ref_name }}"

0 comments on commit 870e523

Please sign in to comment.