mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-07-30 23:54:55 +02:00
Merge pull request #40 from EvilFreelancer/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
This commit is contained in:
commit
e8b906ef88
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build with Docker
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: ${{ !env.ACT }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue