@@ -99,20 +99,20 @@ jobs:
9999 uses : docker/setup-buildx-action@v4
100100
101101 - name : Login to Docker Container Registry
102- uses : docker/login-action@v4
102+ uses : docker/login-action@v4.1.0
103103 with :
104104 username : ${{ github.repository_owner }}
105105 password : ${{ secrets.DOCKER_PASSWORD }}
106106
107107 - name : Login to GitHub Container Registry
108- uses : docker/login-action@v4
108+ uses : docker/login-action@v4.1.0
109109 with :
110110 registry : ghcr.io
111111 username : ${{ github.repository_owner }}
112112 password : ${{ secrets.CR_PAT }}
113113
114114 - name : Login to Quay.io Container Registry
115- uses : docker/login-action@v4
115+ uses : docker/login-action@v4.1.0
116116 with :
117117 registry : quay.io
118118 username : ${{ secrets.QUAYIO_USERNAME }}
@@ -131,7 +131,7 @@ jobs:
131131 registry-type : public
132132
133133 - name : Build and Publish Base Image
134- uses : docker/build-push-action@v7
134+ uses : docker/build-push-action@v7.1.0
135135 with :
136136 context : .
137137 file : ./Dockerfile
@@ -149,7 +149,7 @@ jobs:
149149 tags : ${{ needs.metadata.outputs.tags }}
150150
151151 - name : Build and Publish SaltGUI Image
152- uses : docker/build-push-action@v7
152+ uses : docker/build-push-action@v7.1.0
153153 with :
154154 context : .
155155 file : ./Dockerfile.gui
0 commit comments