File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "actions/push-docker" : " 1.0.0" ,
77 "actions/artifactory-login" : " 1.0.0" ,
88 "actions/update-artifacts-file" : " 1.0.0" ,
9- "actions/build-docker" : " 1.0.0 " ,
9+ "actions/build-docker" : " 1.0.1 " ,
1010 "actions/openapi-lint" : " 1.0.0"
1111}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.1] ( https://github.com/MapColonies/shared-workflows/compare/build-docker-v1.0.0...build-docker-v1.0.1 ) (2025-05-15)
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 @@ -22,14 +22,14 @@ This GitHub Action builds a Docker image from a specified context
2222
2323``` yaml
2424- name : Artifactory Login
25- uses : MapColonies/shared-workflows/actions/artifactory-login@9a05fd7a01e18746d69cc210b7e6defbd1cc79fc # v1.0.0
25+ uses : MapColonies/shared-workflows/actions/artifactory-login@9a05fd7a01e18746d69cc210b7e6defbd1cc79fc # v1.0.1
2626 with :
2727 registry : ${{ secrets.ACR_URL }}
2828 username : ${{ secrets.ACR_PUSH_USER }}
2929 password : ${{ secrets.ACR_PUSH_TOKEN }}
3030
3131- name : Build Docker Image
32- uses : MapColonies/shared-workflows/actions/build-docker@build-docker-v1.0.0
32+ uses : MapColonies/shared-workflows/actions/build-docker@build-docker-v1.0.1
3333 with :
3434 context : .
3535 domain : infra
You can’t perform that action at this time.
0 commit comments