Skip to content

Commit

Permalink
chore: Update Docker build-push-action to version 3 in GitHub Actions…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
Heavybullets8 committed May 8, 2024
1 parent ea567b0 commit 9e54587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/new-plex-dubs:latest
tags: ghcr.io/heavybullets8/new-plex-dubs:latest

0 comments on commit 9e54587

Please sign in to comment.