Compare commits

...

6 Commits

Author SHA1 Message Date
fc55474826 Merge pull request 'chore(deps): update dependency docker/build-push-action to v6.13.0' (#107) from renovate/docker-build-push-action-6.x into master
All checks were successful
ci / docker (push) Successful in 23s
Reviewed-on: #107
2025-02-18 08:05:32 +00:00
e4df97cac8 Merge branch 'master' into renovate/docker-build-push-action-6.x
All checks were successful
ci / docker (push) Successful in 33s
Bump version / create_release_tag (pull_request) Successful in 2m27s
2025-02-18 08:04:24 +00:00
ebd8347b34 Merge pull request 'chore(deps): update dependency docker/metadata-action to v5.6.1' (#106) from renovate/docker-metadata-action-5.x into master
All checks were successful
ci / docker (push) Successful in 34s
Reviewed-on: #106
2025-02-11 05:20:50 +00:00
306852fdfe Merge branch 'master' into renovate/docker-metadata-action-5.x
All checks were successful
ci / docker (push) Successful in 51s
Bump version / create_release_tag (pull_request) Successful in 1m6s
2025-02-09 23:29:45 +00:00
6c5a4b4235 chore(deps): update dependency docker/build-push-action to v6.13.0
Some checks failed
ci / docker (push) Failing after 9s
2025-01-24 10:02:19 +00:00
8e419a5edf chore(deps): update dependency docker/metadata-action to v5.6.1
Some checks failed
ci / docker (push) Failing after 9s
2024-12-29 08:20:16 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.5.1 uses: docker/metadata-action@v5.6.1
with: with:
# list of Docker images to use as base name for tags # list of Docker images to use as base name for tags
images: | images: |
@@ -49,7 +49,7 @@ jobs:
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6.9.0 # uses: docker/build-push-action@v6.13.0
# with: # with:
# context: ./Docker/ # context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }} # push: ${{ github.event_name != 'pull_request' }}

View File

@@ -27,7 +27,7 @@ jobs:
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.5.1 uses: docker/metadata-action@v5.6.1
with: with:
# list of Docker images to use as base name for tags # list of Docker images to use as base name for tags
images: | images: |
@@ -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.9.0 uses: docker/build-push-action@v6.13.0
with: with:
context: ./Docker/ context: ./Docker/
push: true push: true