Skip to content

Commit

Permalink
Fixed incorrect tags in docker building workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Nov 11, 2023
1 parent 017b0b9 commit cc4bd8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-release:
name: "Build Release Artifacts"
name: "Build Release"
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/flow-php/flow:latest
ghcr.io/flow-php/flow:${{ github.ref_name }}
target: flow
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
name: "Build Flow-PHP PHAR"
name: "Build"

runs-on: ubuntu-latest

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/flow-php/flow:${{ github.ref_name }}
ghcr.io/flow-php/flow:latest
target: flow
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit cc4bd8d

Please sign in to comment.