Skip to content

Commit

Permalink
Debug metadata with suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Mar 6, 2024
1 parent c0f6563 commit 3948203
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
repository: 'flowfuse/helm'
path: 'helm'
# sets options for Docker build
# will tag contianers with ${{ github.event.inputs.version }}
# will tag contianers with ${{ github.event.inputs.version }} and latest
- name: Docker Meta Data
id: meta
uses: docker/metadata-action@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: docker/metadata-action@v4
with:
tags: |
type=semver,event=tag,pattern=${{ github.event.inputs.version }}
type=raw,enable=true,priority=200,prefix=,suffix=,value=${{ github.event.inputs.version }}
flavor: |
latest=true
images: |
Expand Down Expand Up @@ -118,7 +118,6 @@ jobs:
readme-filepath: ./helm/node-red-container/README.md

build_nodered_container_223:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -130,22 +129,26 @@ jobs:
uses: docker/metadata-action@v4
with:
tags: |
type=semver,event=tag,pattern=${{ github.event.inputs.version }}-2.2.3
type=raw,enable=true,priority=200,prefix=,suffix=-2.2.3,value=${{ github.event.inputs.version }}
flavor: |
latest=false
images: |
flowforge/node-red
flowfuse/node-red
- name: Setup QEMU
if: false
uses: docker/setup-qemu-action@v3
- name: Setup Docker buildx
if: false
uses: docker/setup-buildx-action@v3
- name: docker login
if: false
uses: docker/login-action@v3
with:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
if: false
uses: docker/[email protected]
with:
context: helm/node-red-container
Expand Down

0 comments on commit 3948203

Please sign in to comment.