Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: "{{defaultContext}}:7.4"
push: true
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: "{{defaultContext}}:8.0"
push: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: "{{defaultContext}}:8.1"
push: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: "{{defaultContext}}:8.2"
push: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: "{{defaultContext}}:8.3"
push: ${{ github.event_name != 'pull_request' }}
Expand Down