Compare commits
3 Commits
a4182e9cfe
...
v0.6.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2456a7ac0 | ||
|
|
c68be2a9f5 | ||
|
|
13afb2292e |
@@ -24,7 +24,7 @@ jobs:
|
||||
with:
|
||||
registry: git.danielvici.com
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract Docker tags
|
||||
id: meta
|
||||
@@ -49,6 +49,4 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
platforms: linux/amd64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dhl"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user