diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 092b3d6eb..0184c9a75 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -27,7 +27,7 @@ jobs: field: version value: ${{ github.sha }} - name: Deploy image - uses: valitydev/action-deploy-docker@v1.0.16 + uses: valitydev/action-deploy-docker@v2.0.12 with: registry-username: ${{ github.actor }} registry-access-token: ${{ secrets.GITHUB_TOKEN }}