Skip to content

Commit 9cc5c5c

Browse files
committed
Update github workflows
1 parent 52513a7 commit 9cc5c5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Set up QEMU
16-
uses: docker/setup-qemu-action@v1
16+
uses: docker/setup-qemu-action@v3
1717

1818
- name: Set up Docker Buildx
19-
uses: docker/setup-buildx-action@v1
19+
uses: docker/setup-buildx-action@v3
2020

2121
- name: Login to GHCR
22-
uses: docker/login-action@v1
22+
uses: docker/login-action@v3
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.repository_owner }}
2626
password: ${{ secrets.PACKAGES_TOKEN }}
2727

2828
- name: Get branch names
29-
uses: tj-actions/branch-names@v2.1
29+
uses: tj-actions/branch-names@v7.0.7
3030
id: branch-name
3131

3232
- name: image name
3333
run: echo ghcr.io/${{ github.repository }}:${{ steps.branch-name.outputs.current_branch }}
3434

3535
- name: Build backend
3636
id: docker_build
37-
uses: docker/build-push-action@v2
37+
uses: docker/build-push-action@v5
3838
with:
3939
file: "Dockerfile"
4040
push: true

0 commit comments

Comments
 (0)