|
|
@ -45,11 +45,11 @@ jobs:
|
|
|
|
echo Version: $VERSION
|
|
|
|
echo Version: $VERSION
|
|
|
|
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
|
|
|
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
|
|
|
|
|
|
|
|
|
|
|
# - name: Install Docker
|
|
|
|
- name: Install Docker
|
|
|
|
# run: curl -fsSL https://get.docker.com | sh
|
|
|
|
run: curl -fsSL https://get.docker.com | sh
|
|
|
|
|
|
|
|
|
|
|
|
# - name: Set up Docker Buildx
|
|
|
|
- name: Set up Docker Buildx
|
|
|
|
# uses: https://github.com/docker/setup-buildx-action@v2
|
|
|
|
uses: https://github.com/docker/setup-buildx-action@v2
|
|
|
|
|
|
|
|
|
|
|
|
# - name: Login to registry
|
|
|
|
# - name: Login to registry
|
|
|
|
# uses: docker/login-action@v2
|
|
|
|
# uses: docker/login-action@v2
|
|
|
|