diff --git a/.gitea/workflows/semantic-release.yaml b/.gitea/workflows/semantic-release.yaml index d16d234..20ad87e 100644 --- a/.gitea/workflows/semantic-release.yaml +++ b/.gitea/workflows/semantic-release.yaml @@ -49,7 +49,7 @@ jobs: # - name: Build and push - # uses: docker/build-push-action@v5 + # uses: docker/build-push-action@v5.3.0 # with: # context: ./Docker/ # push: ${{ github.event_name != 'pull_request' }} diff --git a/.gitea/workflows/tag-release.yaml b/.gitea/workflows/tag-release.yaml index 4dc9ddf..11dab72 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -52,7 +52,7 @@ jobs: password: ${{ secrets.HARBOR_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v5.3.0 with: context: ./Docker/ push: true