Skip to content

Commit

Permalink
Merge branch 'dev-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzima-spb committed Sep 26, 2024
2 parents 942c68d + 11c3572 commit a63ed43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
build:
needs: setup
runs-on: ubuntu-latest
permissions:
packages: write
strategy:
matrix: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
Expand All @@ -32,7 +34,7 @@ jobs:
file: ./docker/Dockerfile
images: |
${{ vars.IMAGE_NAME }}
ghcr
{ghcr}
build-args: |
TIXATI_DOWNLOAD_URL=${{ secrets.TIXATI_MIRROR }}
TIXATI_VERSION=${{ matrix.version }}
Expand Down

0 comments on commit a63ed43

Please sign in to comment.