Skip to content

Commit 145ff59

Browse files
chore(deps): bump docker/build-push-action from 2 to 3 (#21)
1 parent 28e3c4b commit 145ff59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: ${{ github.repository_owner }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545
- name: Build and Push
46-
uses: docker/build-push-action@v2
46+
uses: docker/build-push-action@v3
4747
with:
4848
context: .
4949
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x

0 commit comments

Comments
 (0)