Skip to content

Commit

Permalink
Merge pull request #78 from Aterfax/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
Aterfax authored Oct 18, 2024
2 parents 5c2b0fa + c6095ac commit 2c93f83
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Build image and push to Docker Hub and GitHub Container Registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
file: ./docker/Dockerfile.DockerMod.dcsserverbot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-dockermod-retribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Build image and push to Docker Hub and GitHub Container Registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
file: ./docker/Dockerfile.DockerMod.dcs-retribution
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Build image and push to Docker Hub and GitHub Container Registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
file: ./docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test-dockermod-dcsserverbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build image only
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
file: ./docker/Dockerfile.DockerMod.dcsserverbot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test-dockermod-retribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build image only
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
file: ./docker/Dockerfile.DockerMod.dcs-retribution
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build image only
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
file: ./docker/Dockerfile
Expand Down

0 comments on commit 2c93f83

Please sign in to comment.