Skip to content

Commit

Permalink
build: Specify patch version of action
Browse files Browse the repository at this point in the history
Ensures that we get patches in the future.
  • Loading branch information
l0b0 committed Oct 25, 2023
1 parent dc136ae commit daaed5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v5.0.0
with:
images: ${{ github.repository }}
labels: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v5.0.0
with:
images: ${{ github.repository }}
labels: |
Expand Down

0 comments on commit daaed5f

Please sign in to comment.