Skip to content

Commit 563e9e2

Browse files
chore(master): release push-docker 1.0.1
1 parent 9fc57fa commit 563e9e2

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"actions/build-and-push-helm": "1.0.1",
44
"actions/helm-lint": "1.0.0",
55
"actions/eslint": "1.0.1",
6-
"actions/push-docker": "1.0.0",
6+
"actions/push-docker": "1.0.1",
77
"actions/artifactory-login": "1.0.0",
88
"actions/update-artifacts-file": "1.0.1",
99
"actions/build-docker": "1.0.0",

actions/push-docker/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/MapColonies/shared-workflows/compare/push-docker-v1.0.0...push-docker-v1.0.1) (2025-07-08)
4+
5+
6+
### 📝 Documentation
7+
8+
* change tags to sha ([#61](https://github.com/MapColonies/shared-workflows/issues/61)) ([1fc958d](https://github.com/MapColonies/shared-workflows/commit/1fc958d115218f9a928c489b085a806fd1fd6330))
9+
310
## 1.0.0 (2025-04-22)
411

512

actions/push-docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Login to Registry
31-
uses: MapColonies/shared-workflows/actions/artifactory-login@9a05fd7a01e18746d69cc210b7e6defbd1cc79fc # v1.0.0
31+
uses: MapColonies/shared-workflows/actions/artifactory-login@9a05fd7a01e18746d69cc210b7e6defbd1cc79fc # v1.0.1
3232
with:
3333
registry: ${{ secrets.ACR_URL }}
3434
username: ${{ secrets.ACR_PUSH_USER }}
3535
password: ${{ secrets.ACR_PUSH_TOKEN }}
3636

3737
- name: Build Docker Image
3838
id: build
39-
uses: MapColonies/shared-workflows/actions/build-docker@e7220d24b1c7ee5c8eaac7e50edc60239e829eb4 # v1.0.0
39+
uses: MapColonies/shared-workflows/actions/build-docker@e7220d24b1c7ee5c8eaac7e50edc60239e829eb4 # v1.0.1
4040
with:
4141
context: ./test
4242
scope: infra
4343
registry: ${{ secrets.ACR_URL }}
4444

4545
- name: Push Docker Image
46-
uses: MapColonies/shared-workflows/actions/push-docker@push-docker-v1.0.0
46+
uses: MapColonies/shared-workflows/actions/push-docker@push-docker-v1.0.1
4747
with:
4848
image_name: $DOCKER_IMAGE_NAME
4949
```

0 commit comments

Comments
 (0)