Skip to content

Commit

Permalink
update: actions & build
Browse files Browse the repository at this point in the history
  • Loading branch information
kainonly committed Aug 15, 2023
1 parent d89f35a commit 8fcc89b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# Excel
- name: Get Excel Metadata
id: excel
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/excel

Expand All @@ -70,7 +70,7 @@ jobs:
# Schedule
- name: Get Schedule Metadata
id: schedule
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/schedule

Expand All @@ -93,7 +93,7 @@ jobs:
# Worker
- name: Get Worker Metadata
id: worker
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/worker

Expand Down

0 comments on commit 8fcc89b

Please sign in to comment.