Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
eucyt committed May 13, 2023
1 parent 63ee950 commit 357c27c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ jobs:
with:
context: .
push: true
tags:
- ${{ steps.meta.outputs.tags }}
- latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 357c27c

Please sign in to comment.