Skip to content

Commit

Permalink
fix: ci vaultwarden-api
Browse files Browse the repository at this point in the history
  • Loading branch information
rouja committed Dec 17, 2024
1 parent 30fb118 commit 521bc68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vaultwarden-tags-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
repository:
description: "Git repository to clone"
required: true
default: "numerique-gouv/vaultwarden-api"
default: "numerique-gouv/dockerfiles"


env:
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
token: ${{ steps.app-token.outputs.token }}
ref: ${{ github.event.inputs.commitSha }}
repository: ${{ github.event.inputs.repository }}
path: planka
path: dockerfiles
-
name: Build and push
run: |
cd planka;
cd dockerfiles/dockerfiles/vaulwarden-api;
docker build --annotation "commitSha=${{ github.event.inputs.commitSha }}" \
--push . -t lasuite/vaultwarden-api:${{ github.event.inputs.dinumTag }};
File renamed without changes.

0 comments on commit 521bc68

Please sign in to comment.