Skip to content

Commit

Permalink
Update image-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored Sep 16, 2024
1 parent c9d6ab0 commit 17153ba
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Build and push image
uses: docker/build-push-action@v4
with:
context: .
file: build/dockerfiles/Dockerfile
push: true
- name: list
run: docker image ls -aq
# - name: Build and push image
# uses: docker/build-push-action@v4
# with:
# context: .
# file: build/dockerfiles/Dockerfile
# push: true
tags: quay.io/che-incubator/che-idea-dev-server:next,quay.io/che-incubator/che-idea-dev-server:latest

0 comments on commit 17153ba

Please sign in to comment.