Skip to content

Commit

Permalink
ci: Docker metadata action의 버전을 올린다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Mar 4, 2024
1 parent 71637d1 commit c303e9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-release-publisher.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Docker release image publisher

on:
pull_request:
branches:
- release
push:
branches:
- release
Expand Down Expand Up @@ -33,7 +36,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4.4.0
uses: docker/metadata-action@v5
with:
images: samillmu/luffy

Expand Down

0 comments on commit c303e9e

Please sign in to comment.