Skip to content

Commit

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

Bump docker/build-push-action from 5 to 6
  • Loading branch information
pltnk authored Jul 6, 2024
2 parents 4186239 + a8ee50e commit 70b04f4
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@v5
uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 70b04f4

Please sign in to comment.