Skip to content

Commit

Permalink
fix: greenmask
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed May 31, 2024
1 parent 2c8b7d0 commit 56f9296
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/greenmask.tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
name: greenmask

version_test:
container: "docker://ghcr.io/socialgouv/docker/s3-client:sha-${{ github.sha }}"
container: "docker://ghcr.io/socialgouv/docker/greenmask:sha-${{ github.sha }}"
name: Test Version
needs: [build]
runs-on: ubuntu-latest
steps:
- run: greenmask --version

name: "s3-client"
name: "greenmask"
on:
push:
tags:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/greenmask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
uses: ./.github/workflows/workflow.build.yaml
secrets: inherit
with:
name: s3-client
name: greenmask

version_test:
container: "docker://ghcr.io/socialgouv/docker/greenmask:sha-${{ github.sha }}"
Expand All @@ -16,7 +16,7 @@ jobs:
steps:
- run: greenmask --version

name: "s3-client"
name: "greenmask"
on:
push:
branches:
Expand Down

0 comments on commit 56f9296

Please sign in to comment.