Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/login-action-3
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Sep 18, 2023
2 parents a2c334f + 8b61d5b commit fb79530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
- name: Build and push main
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
Expand All @@ -153,7 +153,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
- name: Build and push dev
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
tags: |
type=pep440,pattern={{version}}
- name: Build and push main
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
Expand All @@ -76,7 +76,7 @@ jobs:
tags: |
type=pep440,pattern={{version}}
- name: Build and push dev
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
Expand Down

0 comments on commit fb79530

Please sign in to comment.