Skip to content

Commit

Permalink
ci: update docker/build-push-action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 5, 2024
1 parent 85a626b commit 67eca1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
type=raw,value=python-debian-{{date 'YYYY.MM.DD.HHmm'}}
- name: Build and push python-debian image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: ./spec/python/debian.Dockerfile
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
type=raw,value=node-debian-{{date 'YYYY.MM.DD.HHmm'}}
- name: Build and push node-debian image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: ./spec/node/debian.Dockerfile
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
type=raw,value=golang-debian-{{date 'YYYY.MM.DD.HHmm'}}
- name: Build and push golang-debian image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: ./spec/golang/debian.Dockerfile
Expand Down

0 comments on commit 67eca1c

Please sign in to comment.