Skip to content

Commit

Permalink
Update publish-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
beliaev-maksim authored Jul 29, 2024
1 parent 1f019da commit c06b067
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@ jobs:
exit 1
fi
- name: Build Docker image
run: |
docker buildx build -t github_jira_sync_app --output type=docker .
- name: Tag Docker image
run: |
docker tag github_jira_sync_app ghcr.io/canonical/gh-jira-sync-bot:${TAG}
- name: Push Docker image
run: |
docker push ghcr.io/canonical/gh-jira-sync-bot:${TAG}
- name: Build and Push Docker image
uses: docker/build-push-action@v5
with:
context: .
tags: ghcr.io/canonical/gh-jira-sync-bot:${{ env.TAG }}
push: true

0 comments on commit c06b067

Please sign in to comment.