Skip to content

Commit

Permalink
Update docker-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaBlur authored Feb 24, 2024
1 parent f64b7ee commit 5b60b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
-
name: Build and Push Docker Image
uses: docker/build-push-action
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit 5b60b79

Please sign in to comment.