dependabot[bot]
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
4 deletions
-
.github/workflows/action-docker-publish.yml
|
|
|
@ -49,7 +49,7 @@ jobs: |
|
|
|
ubuntu-26.04 |
|
|
|
|
|
|
|
- name: Build and push (Ubuntu 26.04) |
|
|
|
uses: docker/build-push-action@v6 |
|
|
|
uses: docker/build-push-action@v7 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
file: ./Dockerfile.ubuntu-2604 |
|
|
|
@ -99,7 +99,7 @@ jobs: |
|
|
|
ubuntu-24.04 |
|
|
|
|
|
|
|
- name: Build and push (Ubuntu 24.04) |
|
|
|
uses: docker/build-push-action@v6 |
|
|
|
uses: docker/build-push-action@v7 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
file: ./Dockerfile.ubuntu-2404 |
|
|
|
@ -147,7 +147,7 @@ jobs: |
|
|
|
ubuntu-22.04 |
|
|
|
|
|
|
|
- name: Build and push (Ubuntu 22.04) |
|
|
|
uses: docker/build-push-action@v6 |
|
|
|
uses: docker/build-push-action@v7 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
file: ./Dockerfile.ubuntu-2204 |
|
|
|
@ -195,7 +195,7 @@ jobs: |
|
|
|
ubuntu-20.04 |
|
|
|
|
|
|
|
- name: Build and push (Ubuntu 20.04) |
|
|
|
uses: docker/build-push-action@v6 |
|
|
|
uses: docker/build-push-action@v7 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
file: ./Dockerfile.ubuntu-2004 |
|
|
|
|