Skip to content

Commit

Permalink
chore(deps): bump get-version action
Browse files Browse the repository at this point in the history
The original version is out os line, so, we're using the forked version now
  • Loading branch information
legigor committed Mar 4, 2024
1 parent 8e8cd56 commit c61fc0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Parse version
id: get_version
uses: battila7/get-version-action@v2
uses: baileyherbert/version-action@v3
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Azure Container Registry
Expand Down Expand Up @@ -43,5 +43,5 @@ jobs:
allowUpdates: true
body: |
${{ steps.changelog.outputs.changes }}
Docker image available at `ghcr.io/youscan/azure-storage-queue-exporter`

0 comments on commit c61fc0a

Please sign in to comment.