Skip to content

Commit

Permalink
Merge pull request #192 from nidhugg/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-5
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
2 parents 7bc87ef + ccaf532 commit b028855
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4
- name: Build Nidhugg
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand All @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4
- name: Build Nidhugg
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand All @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v4
- name: Build Docker Image
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand All @@ -98,7 +98,7 @@ jobs:
continue-on-error: true
- name: Build Docker Image
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand Down

0 comments on commit b028855

Please sign in to comment.