Skip to content

Commit

Permalink
Merge pull request #40 from kimi360/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…metadata-action-5

build(deps): bump docker/metadata-action from 4 to 5
  • Loading branch information
kimi360 authored Sep 15, 2023
2 parents 97ee554 + 3404852 commit ee41104
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ariang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_USERNAME }}/ariang
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_darkhttpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_USERNAME }}/darkhttpd
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_frpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_USERNAME }}/frpc
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_frps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_USERNAME }}/frps
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_homebox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_USERNAME }}/homebox
tags: |
Expand Down

0 comments on commit ee41104

Please sign in to comment.