Skip to content

Commit a1533d4

Browse files
chore(main): release docker-export-digest 0.1.1
1 parent 947b37b commit a1533d4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"actions/validate-renovate-config": "0.1.0",
2828
"actions/cleanup-branches": "0.2.1",
2929
"actions/docker-build-push-image": "0.1.0",
30-
"actions/docker-export-digest": "0.1.0",
30+
"actions/docker-export-digest": "0.1.1",
3131
"actions/docker-import-digests-push-manifest": "0.1.0"
3232
}

actions/docker-export-digest/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/grafana/shared-workflows/compare/docker-export-digest/v0.1.0...docker-export-digest/v0.1.1) (2025-11-04)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update github artifact actions ([ebaf11d](https://github.com/grafana/shared-workflows/commit/ebaf11d9a28ba8617d6c1db41ca7ecb97005e4b4))
9+
* **deps:** update github artifact actions (major) ([#1463](https://github.com/grafana/shared-workflows/issues/1463)) ([ebaf11d](https://github.com/grafana/shared-workflows/commit/ebaf11d9a28ba8617d6c1db41ca7ecb97005e4b4))
10+
311
## 0.1.0 (2025-10-15)
412

513

actions/docker-export-digest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id-token: write
2828
steps:
2929
- name: Export and upload digest
30-
uses: grafana/shared-workflows/actions/docker-export-digest@docker-export-digest/v0.1.0
30+
uses: grafana/shared-workflows/actions/docker-export-digest@docker-export-digest/v0.1.1
3131
with:
3232
digest: ${{ steps.docker-build-push-image.outputs.digest }}
3333
platform: linux/arm64

0 commit comments

Comments
 (0)