mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-21 13:34:18 +00:00
Upgrade docker/build-push-action
to v3.2.0
This commit is contained in:
parent
3881012f96
commit
47337d0061
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: "🏗 Build and push the Docker image"
|
- name: "🏗 Build and push the Docker image"
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3.2.0
|
||||||
with:
|
with:
|
||||||
tags: >-
|
tags: >-
|
||||||
ghcr.io/steffo99/greed:${{ steps.semver.outputs.precedence }},
|
ghcr.io/steffo99/greed:${{ steps.semver.outputs.precedence }},
|
||||||
|
|
Loading…
Reference in a new issue