We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba11342 commit e64a69eCopy full SHA for e64a69e
.github/workflows/deploy.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
- name: Login to Docker registry
15
uses: docker/login-action@v3
16
with:
@@ -19,7 +19,7 @@ jobs:
19
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
20
- name: Build and push
21
id: docker_build
22
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
23
24
push: true
25
tags: postmodern.alexdaniel.org/alexdaniel-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/alexdaniel-backend:latest' || '' }}
0 commit comments