Skip to content

Commit 44a3424

Browse files
committed
Merge branch 'master' of github.com:sledilnik/data-api
2 parents 70c8d59 + 3d6a1b1 commit 44a3424

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/prod.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
uses: actions/checkout@v4
2121

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

2525
- name: Login to ghcr.io
26-
uses: docker/login-action@v2
26+
uses: docker/login-action@v3
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.GHCR_TOKEN }}
3131

3232
- name: Build and push docker container image
33-
uses: docker/build-push-action@v3
33+
uses: docker/build-push-action@v6
3434
with:
3535
push: true
3636
context: ./sources/SloCovidServer

.github/workflows/stage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
uses: actions/checkout@v4
2121

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

2525
- name: Login to ghcr.io
26-
uses: docker/login-action@v2
26+
uses: docker/login-action@v3
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.GHCR_TOKEN }}
3131

3232
- name: Build and push docker container image
33-
uses: docker/build-push-action@v3
33+
uses: docker/build-push-action@v6
3434
with:
3535
push: true
3636
context: ./sources/SloCovidServer

0 commit comments

Comments
 (0)