Skip to content

Commit

Permalink
Merge pull request #72 from BigThunderSR/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
BigThunderSR authored Sep 18, 2023
2 parents 5cebe6b + ab30f60 commit 553061d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: bigthundersr/onstar2mqtt
flavor: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
bigthundersr/onstar2mqtt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
bigthundersr/onstar2mqtt
Expand Down

0 comments on commit 553061d

Please sign in to comment.