mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
build(deps): bump docker/metadata-action from 6.0.0 to 6.1.0 (#6490)
Co-authored-by: Anthony Stirling <[email protected]> Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
co-authored by
Anthony Stirling
parent
d6a5777c69
commit
3bafbb1919
@@ -75,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate tags for base image
|
- name: Generate tags for base image
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
|
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ secrets.DOCKER_HUB_ORG_USERNAME }}/stirling-pdf-base
|
${{ secrets.DOCKER_HUB_ORG_USERNAME }}/stirling-pdf-base
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ jobs:
|
|||||||
- name: Generate tags for latest
|
- name: Generate tags for latest
|
||||||
id: meta
|
id: meta
|
||||||
if: env.RUN_MAIN_APP == 'true'
|
if: env.RUN_MAIN_APP == 'true'
|
||||||
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
|
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf
|
${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf
|
||||||
@@ -178,7 +178,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate tags for latest-fat
|
- name: Generate tags for latest-fat
|
||||||
id: meta-fat
|
id: meta-fat
|
||||||
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
|
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
|
||||||
if: env.RUN_MAIN_APP == 'true' && github.ref != 'refs/heads/main' && github.ref != 'refs/heads/testMain'
|
if: env.RUN_MAIN_APP == 'true' && github.ref != 'refs/heads/main' && github.ref != 'refs/heads/testMain'
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
@@ -222,7 +222,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate tags for ultra-lite
|
- name: Generate tags for ultra-lite
|
||||||
id: meta-lite
|
id: meta-lite
|
||||||
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
|
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
|
||||||
if: env.RUN_MAIN_APP == 'true' && github.ref != 'refs/heads/main' && github.ref != 'refs/heads/testMain'
|
if: env.RUN_MAIN_APP == 'true' && github.ref != 'refs/heads/main' && github.ref != 'refs/heads/testMain'
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
|
|||||||
Reference in New Issue
Block a user