Skip to content

Commit

Permalink
Merge pull request #50 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 12, 2024
2 parents 748236f + ef7fcef commit 9633648
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 @@ -76,7 +76,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: .
push: false
Expand All @@ -95,7 +95,7 @@ jobs:
severity: "CRITICAL"

- name: Push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
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 @@ -73,7 +73,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: .
load: true
Expand All @@ -91,7 +91,7 @@ jobs:
severity: "CRITICAL"

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

0 comments on commit 9633648

Please sign in to comment.