diff --git a/.github/workflows/gitpod-image.yml b/.github/workflows/gitpod-image.yml index ef4f178..4a87ab0 100644 --- a/.github/workflows/gitpod-image.yml +++ b/.github/workflows/gitpod-image.yml @@ -21,7 +21,6 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to Docker Hub Registry - if: contains('refs/heads/main', github.ref) uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} @@ -31,7 +30,7 @@ jobs: uses: docker/build-push-action@v2 with: context: gitpod - push: ${{ (contains('refs/heads/main', github.ref) || 'true') && 'false' }} - tags: bacluc2/jumpstart-gitpod:latest + push: 'true' + tags: bacluc2/jumpstart-gitpod:testimage cache-from: type=gha,scope=jumpstart-gitpod cache-to: type=gha,scope=jumpstart-gitpod,mode=max diff --git a/.gitpod.yml b/.gitpod.yml index 2e7eadd..0d8200a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,4 @@ -image: bacluc2/jumpstart-gitpod:latest +image: bacluc2/jumpstart-gitpod:testimage tasks: - name: Start xvfb