Skip to content

Commit

Permalink
Merge pull request #19 from torizon/fix-ci
Browse files Browse the repository at this point in the history
fix ci tags
  • Loading branch information
simao authored Oct 24, 2024
2 parents 81ed67a + 459b6c1 commit 62cf2e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-ci
IMAGE_NAME: ${{ github.repository }}-ci:a190170

jobs:
build-and-push-image:
Expand Down Expand Up @@ -42,4 +42,6 @@ jobs:
context: .
file: Dockerfile-ci
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
tags: |
${{ steps.meta.outputs.tags }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Test Suite
runs-on: ubuntu-24.04
container:
image: ghcr.io/${{ github.repository }}-ci
image: ghcr.io/${{ github.repository }}-ci:a190170
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down

0 comments on commit 62cf2e6

Please sign in to comment.