4 Commits

Author SHA1 Message Date
renovate fba87cc968 chore(deps): update docker/metadata-action digest to dc80280
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Successful in 17s
2026-07-02 09:08:37 +00:00
jcabillot 7b9a0c520a Merge pull request 'chore(deps): update docker/build-push-action action to v7.3.0' (#15) from renovate/docker-build-push-action-7.x into master
Main Release / test (push) Successful in 23s
Main Release / build (push) Successful in 14s
Main Release / hadolint (push) Failing after 12m52s
Main Release / tag (push) Successful in 11s
Tag Release / hadolint (push) Successful in 10s
Tag Release / test (push) Successful in 21s
Tag Release / build-push (push) Successful in 44s
Reviewed-on: #15
2026-07-01 16:21:36 -04:00
renovate b6cd230388 chore(deps): update docker/build-push-action action to v7.3.0
PR Checks / hadolint (pull_request) Successful in 9s
PR Checks / build-test (pull_request) Successful in 20s
2026-07-01 15:05:06 +00:00
jcabillot 0fef6088da Merge pull request 'chore(deps): update actions/checkout action to v7' (#14) from renovate/actions-checkout-7.x into master
Main Release / hadolint (push) Successful in 10s
Main Release / test (push) Successful in 19s
Main Release / build (push) Successful in 18s
Main Release / tag (push) Successful in 14s
Tag Release / hadolint (push) Successful in 7s
Tag Release / test (push) Successful in 27s
Tag Release / build-push (push) Successful in 51s
Reviewed-on: #14
2026-06-18 16:23:57 -04:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -35,12 +35,12 @@ jobs:
TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "")
echo "tag=$TAG" >> $GITHUB_OUTPUT
- id: meta
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6
with:
images: jcabillot/crond
tags: |
type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }}
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
- uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with:
context: .
push: true
+2 -2
View File
@@ -29,13 +29,13 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- id: meta
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6
with:
images: jcabillot/crond
tags: |
type=ref,event=tag
type=ref,event=tag,suffix=-latest
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
- uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with:
context: .
push: true