Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov authored Jul 12, 2024
1 parent 4fb0f78 commit 5fa98c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub
uses: docker/login-action@v3
with:
username: ${{ env.GITHUB_ACTOR }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/devzero-inc/dz-runner:latest
tags: ${{ env.GITHUB_REPOSITORY }}:${{ env.GITHUB_SHA }},${{ env.GITHUB_REPOSITORY }}:latest

0 comments on commit 5fa98c5

Please sign in to comment.