diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 3df6e7b..3731707 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -47,7 +47,7 @@ jobs: echo "HUGGINGFACE_ACCESS_TOKEN=${{ secrets.HUGGINGFACE_ACCESS_TOKEN }}" >> $GITHUB_ENV echo "RELEASE_VERSION=${GITHUB_REF##refs/heads/}" | sed 's/\//-/g' >> $GITHUB_ENV - - name: Build and push the images + - name: Build and push the images to Docker Hub uses: docker/bake-action@v2 with: push: true