Skip to content

Commit

Permalink
Add name for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luborco committed Sep 27, 2024
1 parent b066875 commit ca5c383
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Docker

on:
push:
tags: ["v*.*.*"]
Expand All @@ -10,8 +12,8 @@ jobs:

- uses: azure/docker-login@v2
with:
login-server: ${{ secrets.ACR_URL }}
username: ${{ secrets.ACR_USERNAME }}
login-server: ${{ env.ACR_URL }}
username: ${{ env.ACR_USERNAME }}
password: ${{ secrets.ACR_PASSWORD }}

- uses: docker/build-push-action@v6
Expand Down

0 comments on commit ca5c383

Please sign in to comment.