Skip to content

Commit

Permalink
Merge pull request #8 from Kurrawong/edmond/update
Browse files Browse the repository at this point in the history
Update GH actions to the latest
  • Loading branch information
edmondchuc authored Jan 31, 2024
2 parents c9893d7 + 72b548b commit 0d788fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest

Expand All @@ -26,7 +26,7 @@ jobs:

- name: Docker metadata
id: metadata
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.IMAGE_NAME }}
tags: |
Expand All @@ -42,10 +42,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up and use Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build container image and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 0d788fa

Please sign in to comment.