diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 35e9d3d..cf6cd61 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - name: Login to the Registry - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.4.0 with: registry: ${{ env.REGISTRY }} username: ${{ env.USERNAME }} @@ -61,7 +61,7 @@ jobs: org.opencontainers.image.source=https://github.com/offensive-vk/develop-actions/ - name: Build and Push Docker Image - uses: docker/build-push-action@v7.2.0 + uses: docker/build-push-action@v7.3.0 with: context: . push: true diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5552d5e..35bba54 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -46,7 +46,7 @@ jobs: - name: Log into Registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v3.0.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v3.0.0 with: registry: ${{ env.REGISTRY }} username: ${{ env.USERNAME }} @@ -67,7 +67,7 @@ jobs: - name: Build and Push Docker Image id: build-and-push - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . push: ${{ github.event_name != 'pull_request' }}