Skip to content

Commit

Permalink
Merge pull request #17 from pltnk/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
pltnk authored Oct 23, 2023
2 parents f36cc0a + 24c67e2 commit 4186239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build and push Docker image with Liquidsoap 1.4.4
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -57,7 +57,7 @@ jobs:
${{ env.QUAY_IO }}/${{ secrets.QUAY_USERNAME }}/${{ env.IMAGE_NAME }}:1.4.4
- name: Build and push Docker image with Liquidsoap 2.0.0
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -69,7 +69,7 @@ jobs:
${{ env.QUAY_IO }}/${{ secrets.QUAY_USERNAME }}/${{ env.IMAGE_NAME }}:2.0.0
- name: Build and push Docker image with the latest version of Liquidsoap
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 4186239

Please sign in to comment.