Skip to content

Commit

Permalink
Update ci-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi authored Oct 11, 2024
1 parent 20b4790 commit 43b8d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build and Push Docker images for Github Container Registry
uses: docker/build-push-action@v6
with:
tags: ghcr.io/Pressio/${{ matrix.config.dockerfile }}-${{ matrix.config.compiler-version }}:${{ matrix.config.tag }}
tags: ghcr.io/pressio/${{ matrix.config.dockerfile }}-${{ matrix.config.compiler-version }}:${{ matrix.config.tag }}
file: docker_scripts/${{ matrix.config.dockerfile }}.dockerfile
build-args: |
COMPILER_VERSION=${{ matrix.config.compiler-version }}
Expand Down

0 comments on commit 43b8d45

Please sign in to comment.