Skip to content

Commit

Permalink
fix: use image tag instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mo4islona committed Oct 18, 2024
1 parent fc97220 commit 542f92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monitors-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
push: true
context: packages/balance-monitor
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8
tags: subsquid/balance-monitor:latest
tags: subsquid/balance-monitor:${{ inputs.tag }}

- name: Build & publish rewards monitor image
uses: docker/build-push-action@v5
Expand Down

2 comments on commit 542f92e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.