Skip to content

Commit

Permalink
Merge pull request #118 from snowdreamtech/gh-actions-update-1732075948
Browse files Browse the repository at this point in the history
Update GitHub Action Versions
  • Loading branch information
snowdream authored Nov 20, 2024
2 parents 2452f5f + 1b3a746 commit 868ebc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-frpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v5.6.0
uses: docker/metadata-action@v5.6.1
with:
images: |
name=snowdreamtech/frpc,enable=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/alpine-frps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v5.6.0
uses: docker/metadata-action@v5.6.1
with:
images: |
name=snowdreamtech/frps,enable=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-frpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v5.6.0
uses: docker/metadata-action@v5.6.1
with:
images: |
name=snowdreamtech/frpc,enable=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-frps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v5.6.0
uses: docker/metadata-action@v5.6.1
with:
images: |
name=snowdreamtech/frps,enable=true
Expand Down

0 comments on commit 868ebc6

Please sign in to comment.