Skip to content

Commit

Permalink
Upgrade actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 2, 2024
1 parent 0c48710 commit 5b557fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

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

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

- name: Login to ghcr.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -47,7 +47,7 @@ jobs:
uses: dockerbakery/github-metadata-action@v2

- name: Build and push
uses: docker/bake-action@v2
uses: docker/bake-action@v4
env:
VAULT_VERSION: ${{ inputs.version }}
with:
Expand Down

0 comments on commit 5b557fe

Please sign in to comment.