diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd3813c..366ba9a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 env: TAG_NAME: ${{ steps.tagname.outputs.timestamp }} with: