Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
change tag and label to latest
  • Loading branch information
romainGuiet authored Feb 2, 2024
1 parent 1e82b04 commit 710c908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
context: ./docker/
file: ./docker/Dockerfile-base
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: latest
labels: label-latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 710c908

Please sign in to comment.