Skip to content

Commit

Permalink
Use metadata-action@v5 and run for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Oct 15, 2023
1 parent eda9ead commit efb7eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: docker-push
on:
push:
branches:
- 'docker'
- 'master'
tags:
- 'v*'
Expand All @@ -15,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate Docker metadata
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
images: la5nta/pat
tags: |
Expand Down

0 comments on commit efb7eaa

Please sign in to comment.