Skip to content

Commit

Permalink
Publish to ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
vgottipa committed Mar 11, 2024
1 parent 00ed90c commit 4aedb97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run git tag
run: echo $(git tag)
shell: bash
- name: Tag
run: git tag
shell: /usr/bin/bash {0}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 4aedb97

Please sign in to comment.