Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Larvan2 committed May 20, 2024
1 parent 62b4460 commit 2378aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ jobs:
id: set-meta
run: |
if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
echo "tags=latest,${{ github.event.inputs.version }}" >> $GITHUB_ENV
echo "tags= ${{ github.repository }}:${{ github.event.inputs.version }}, ${{ github.repository }}:latest" >> $GITHUB_ENV
echo "labels=org.opencontainers.image.version=${{ github.event.inputs.version }}" >> $GITHUB_ENV
else
echo "tags=${{ steps.meta.outputs.tags }}" >> $GITHUB_ENV
Expand All @@ -354,7 +354,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository.owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
Expand Down

0 comments on commit 2378aba

Please sign in to comment.