File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3
24
24
25
25
- name : Log in to GitHub Container Registry
26
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
26
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
27
27
with :
28
28
registry : ghcr.io
29
29
username : ${{github.actor}}
37
37
make test
38
38
39
39
- name : Upload to codecov.io
40
- uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
40
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
41
41
env :
42
42
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
43
43
57
57
run : echo "name=${_GHCR_REGISTRY}/${_PROJECT_NAME}:${IMAGE_TAG}" >> $GITHUB_OUTPUT
58
58
59
59
- name : Build Docker image
60
- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1 .0
60
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5 .0
61
61
with :
62
62
file : Dockerfile
63
63
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 37
37
make test
38
38
39
39
- name : Upload to codecov.io
40
- uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
40
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
41
41
env :
42
42
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
43
43
57
57
run : echo "name=${_AZ_REGISTRY}/${_PROJECT_NAME}:${IMAGE_TAG}" >> $GITHUB_OUTPUT
58
58
59
59
- name : Build Docker image
60
- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1 .0
60
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5 .0
61
61
with :
62
62
file : Dockerfile
63
63
platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments