We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40019d4 + 0616531 commit 28f7d8cCopy full SHA for 28f7d8c
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
platforms: linux/amd64
54
55
- name: Build and export locally Docker
56
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
57
with:
58
context: container-action/
59
load: true
@@ -90,7 +90,7 @@ jobs:
90
password: ${{ secrets.GITHUB_TOKEN }}
91
92
- name: Build the RIT Action Container Image
93
94
95
96
tags: ${{ env.LATEST_TAG }}
0 commit comments