File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,28 +34,28 @@ jobs:
34
34
35
35
- name : Extract metadata (tags, labels) for Docker
36
36
id : meta
37
- uses : docker/metadata-action@v5.6.1
37
+ uses : docker/metadata-action@v5.7.0
38
38
with :
39
39
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
40
40
41
41
- name : Build and push Docker (dev)
42
- uses : docker/build-push-action@v6.14 .0
42
+ uses : docker/build-push-action@v6.15 .0
43
43
if : github.ref == 'refs/heads/dev'
44
44
with :
45
45
context : .
46
46
push : true
47
47
tags : ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev
48
48
labels : ${{ steps.meta.outputs.labels }}
49
49
- name : Build and push Docker (main)
50
- uses : docker/build-push-action@v6.14 .0
50
+ uses : docker/build-push-action@v6.15 .0
51
51
if : github.ref == 'refs/heads/main'
52
52
with :
53
53
context : .
54
54
push : true
55
55
tags : ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
56
56
labels : ${{ steps.meta.outputs.labels }}
57
57
- name : Build and push Docker (Manual)
58
- uses : docker/build-push-action@v6.14 .0
58
+ uses : docker/build-push-action@v6.15 .0
59
59
if : github.event_name == 'workflow_dispatch'
60
60
with :
61
61
context : .
Original file line number Diff line number Diff line change 52
52
name : Checkout [main]
53
53
with :
54
54
fetch-depth : 0
55
- -
uses :
actions/[email protected] .1
55
+ -
uses :
actions/[email protected] .2
56
56
with :
57
57
path : ' **/node_modules'
58
58
key : ${{ runner.os }}-modules-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments