Merge pull request #158 from michaelwoods/dependabot/github_actions/docker/metadata-action-4
Bump docker/metadata-action from 3 to 4
This commit is contained in:
commit
774aca790a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Docker meta
|
||||
id: docker_meta
|
||||
uses: docker/metadata-action@v3
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: michaelwoods/onstar2mqtt
|
||||
flavor: |
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
- name: Docker meta
|
||||
id: docker_meta
|
||||
uses: docker/metadata-action@v3
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: michaelwoods/onstar2mqtt
|
||||
flavor: |
|
||||
|
Loading…
Reference in New Issue
Block a user