Compare commits

..

4 Commits

Author SHA1 Message Date
51ab6fb934 Merge pull request 'chore(deps): update dependency anothrnick/github-tag-action to v1.70.0' (#90) from renovate/anothrnick-github-tag-action-1.x into master
All checks were successful
ci / docker (push) Successful in 22s
Reviewed-on: #90
2024-08-24 19:06:32 +00:00
b3b3d4a7e1 Merge pull request 'chore(deps): update dependency docker/build-push-action to v6.7.0' (#87) from renovate/docker-build-push-action-6.x into master
All checks were successful
ci / docker (push) Successful in 25s
Reviewed-on: #87
2024-08-24 18:50:39 +00:00
c6db076198 chore(deps): update dependency docker/build-push-action to v6.7.0
Some checks failed
ci / docker (push) Failing after 23s
Bump version / create_release_tag (pull_request) Successful in 1m6s
2024-08-13 16:47:44 +00:00
9d646201e6 chore(deps): update dependency anothrnick/github-tag-action to v1.70.0
All checks were successful
ci / docker (push) Successful in 21s
Bump version / create_release_tag (pull_request) Successful in 55s
2024-07-11 04:53:35 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ jobs:
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6.2.0 # uses: docker/build-push-action@v6.7.0
# with: # with:
# context: ./Docker/ # context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }} # push: ${{ github.event_name != 'pull_request' }}

View File

@@ -18,7 +18,7 @@ jobs:
- name: Create Release Tag - name: Create Release Tag
id: taggerFinal id: taggerFinal
uses: anothrNick/github-tag-action@1.69.0 uses: anothrNick/github-tag-action@1.70.0
with: with:
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }} GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
WITH_V: true WITH_V: true
@@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }} password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6.2.0 uses: docker/build-push-action@v6.7.0
with: with:
context: ./Docker/ context: ./Docker/
push: true push: true