Skip to content

Commit

Permalink
fix docker action input
Browse files Browse the repository at this point in the history
  • Loading branch information
just-max committed Sep 7, 2023
1 parent c749d93 commit cfb19c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ jobs:
with:
context: .
push: true
tags:
- ${{ github.sha }}
- ${{ github.head_ref || github.ref_name }}
tags: ${{ github.sha }},${{ github.head_ref || github.ref_name }}

0 comments on commit cfb19c9

Please sign in to comment.