Skip to content

Commit

Permalink
test new image with gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Oct 25, 2022
1 parent 2806f5e commit cc4e392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gitpod-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: bacluc2/jumpstart-gitpod:latest
image: bacluc2/jumpstart-gitpod:testimage

tasks:
- name: Start xvfb
Expand Down

0 comments on commit cc4e392

Please sign in to comment.