File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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` ` `
You can’t perform that action at this time.
0 commit comments