mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Update docker/build-push-action action to v2.3.0
This commit is contained in:
parent
838684d916
commit
d58014d5cc
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
run: |
|
||||
echo "REPOSITORY=$(echo $GITHUB_REPOSITORY | tr '[A-Z]' '[a-z]')" >> $GITHUB_ENV
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v2.2.2
|
||||
uses: docker/build-push-action@v2.3.0
|
||||
with:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue