Skip to content

Commit

Permalink
change test credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Knecht committed Sep 29, 2023
1 parent 100a643 commit d38dec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
--cache-from type=local,src=/home/runner/tmp/amd64 \
--cache-from type=local,src=/home/runner/tmp/arm64 \
--tag ${GITHUB_REPOSITORY,,}:${{ steps.compute_docker_tag.outputs.DOCKER_TAG }} \
--file cicd/Dockerfile .
--file Dockerfile .
- name: Docker build from cache & push latest
if: |
Expand All @@ -96,4 +96,4 @@ jobs:
--cache-from type=local,src=/home/runner/tmp/amd64 \
--cache-from type=local,src=/home/runner/tmp/arm64 \
--tag ${GITHUB_REPOSITORY,,}:latest \
--file cicd/Dockerfile .
--file Dockerfile .

0 comments on commit d38dec2

Please sign in to comment.