diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f36bcc2..4fe56d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: push: true tags: sdmtib/travshacl:latest,sdmtib/travshacl:${{ github.event.release.name }}