Skip to content

Commit

Permalink
Update build-vera-backup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
havtro authored Jan 4, 2024
1 parent d50e393 commit 5538355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-vera-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
id: docker-push
with:
team: team-atom #
docker_context: ./vera-backup # optional, default .
docker_context: './vera-backup' # optional, default .
dockerfile: './vera-backup/Dockerfile'
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }} # required, but is defined as an organization variable
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} # required, but is defined as an organization secret
- name: Print image version
Expand Down

0 comments on commit 5538355

Please sign in to comment.