@@ -49,14 +49,14 @@ jobs:
4949 persist-credentials : false
5050
5151 - name : Set up Docker Buildx
52- uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
52+ uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
5353 with :
5454 cache-binary : false
5555 install : true
5656 version : latest
5757
5858 - name : Build and Cache Image
59- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
59+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
6060 with :
6161 push : false
6262 context : .
@@ -104,14 +104,14 @@ jobs:
104104 persist-credentials : false
105105
106106 - name : Set up Docker Buildx
107- uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
107+ uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
108108 with :
109109 cache-binary : false
110110 install : true
111111 version : latest
112112
113113 - name : Log in to the GitHub Container Registry
114- uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
114+ uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
115115 with :
116116 registry : ghcr.io
117117 username : ${{ github.repository_owner }}
@@ -153,7 +153,7 @@ jobs:
153153
154154 - name : Setup Image Metadata
155155 id : meta
156- uses : docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1 .0
156+ uses : docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2 .0
157157 with :
158158 images : |
159159 ghcr.io/${{ steps.lower.outputs.owner }}/${{ matrix.image-name }}
@@ -164,7 +164,7 @@ jobs:
164164 type=raw,value=latest,enable=${{ steps.check_latest.outputs.is_latest == 'true' }}
165165
166166 - name : Publish Image to GHCR.io
167- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
167+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
168168 with :
169169 push : true
170170 context : .
0 commit comments