Skip to content

Commit

Permalink
Complete Docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Ledez committed Oct 4, 2023
1 parent efe9c11 commit 0d1869c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
tags:
- latest
- ${{ steps.meta.outputs.tags }}
- ${{ github.sha }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 0d1869c

Please sign in to comment.