Skip to content

Commit 75d6d3d

Browse files
Update backend
1 parent 10dc83e commit 75d6d3d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Login to Docker registry
15-
uses: docker/login-action@v3
15+
uses: docker/login-action@v4
1616
with:
1717
registry: postmodern.alexdaniel.org
1818
username: 'progarm'
1919
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
2020
- name: Build and push
2121
id: docker_build
22-
uses: docker/build-push-action@v5
22+
uses: docker/build-push-action@v6
2323
with:
2424
push: true
2525
tags: postmodern.alexdaniel.org/progarm-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/progarm-backend:latest' || '' }}
@@ -46,16 +46,16 @@ jobs:
4646
working-directory: ./progarmfiles
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050
- name: Login to Docker registry
51-
uses: docker/login-action@v3
51+
uses: docker/login-action@v4
5252
with:
5353
registry: postmodern.alexdaniel.org
5454
username: 'progarm'
5555
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
5656
- name: Build and push
5757
id: docker_build
58-
uses: docker/build-push-action@v5
58+
uses: docker/build-push-action@v6
5959
with:
6060
context: ./progarmfiles
6161
push: true

0 commit comments

Comments
 (0)