Skip to content

Commit

Permalink
v1.0.0 (#176)
Browse files Browse the repository at this point in the history
* v1.0.0

* ci: minor fix
  • Loading branch information
Fraccaman committed Dec 4, 2024
1 parent f706116 commit e45baf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ on:
- "v?[0-9]+.[0-9]+.[0-9]+-[a-z]+-rc"

permissions:
contents: read
packages: write
pages: write
id-token: write
contents: read

jobs:
swagger-ui:
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
context: .
file: Dockerfile
build-args: PACKAGE=${{ matrix.docker.package }}
push: startsWith(github.ref, 'refs/tags/v')
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
tags: ${{ env.REGISTRY_URL }}/anoma/namada-indexer:${{ matrix.docker.image }}-${{ steps.get_version.outputs.version-without-v }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Heliax <[email protected]>"]
edition = "2021"
license = "GPL-3.0"
readme = "README.md"
version = "0.1.0"
version = "1.0.0"

[workspace.dependencies]
clokwerk = "0.4.0"
Expand Down

0 comments on commit e45baf9

Please sign in to comment.