Skip to content

Commit

Permalink
Update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent a8b4caf commit 0e31ba3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build stable
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: tobix/wine:stable
Expand All @@ -41,7 +41,7 @@ jobs:
WINE_FLAVOUR=stable
- name: Build devel
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: tobix/wine:devel
Expand All @@ -50,7 +50,7 @@ jobs:
WINE_FLAVOUR=devel
- name: Build staging
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: tobix/wine:staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5

0 comments on commit 0e31ba3

Please sign in to comment.