mirror of
https://github.com/alireza0/s-ui.git
synced 2026-06-28 03:30:51 +00:00
Merge pull request #1050 from alireza0/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
This commit is contained in:
commit
efe6bca87c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.frontend-artifact
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue