Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 587c942 commit 08ed823
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ jobs:
username: ${{ env.DOCKER_USER }}
password: ${{ env.DOCKER_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile
push: true
tags: moleszek/sphinx:${{ env.VERSION }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile
push: true
tags: moleszek/sphinx:latest
- name: Build and push with Furo theme
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile-furo
push: true
tags: moleszek/sphinx-furo:${{ env.VERSION }}
- name: Build and push with Furo theme
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile-furo
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-docker.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
with:
install: true
- name: Test build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile
push: false
tags: sphinx:test
- name: Test build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile-furo
push: false
Expand Down

0 comments on commit 08ed823

Please sign in to comment.