Skip to content

Commit

Permalink
Merge pull request #82 from GenomicDataInfrastructure/renovate/docker…
Browse files Browse the repository at this point in the history
…-build-push-action-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
brunopacheco1 authored Jul 11, 2024
2 parents dff3606 + 5cdfbd6 commit c53e897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo "last_tag=${TAGS[LAST_INDEX]}" >> $GITHUB_OUTPUT
- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./ckan
push: false
Expand All @@ -86,7 +86,7 @@ jobs:
severity: "CRITICAL"

- name: Push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./ckan
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "last_tag=${TAGS[LAST_INDEX]}" >> $GITHUB_OUTPUT
- name: Build Docker image for scanning
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./ckan
push: false
Expand All @@ -84,7 +84,7 @@ jobs:
severity: "CRITICAL"

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./ckan
push: true
Expand Down

0 comments on commit c53e897

Please sign in to comment.