Skip to content

Commit

Permalink
Simplify folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 5, 2024
1 parent 0001991 commit c5ddb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
REPOSITORY: dodona-edu/docker-images
TOKEN: ${{ secrets.PUSH_TO_DOCKER_IMAGES_ACCESS_TOKEN }}
run: |
FOLDER="$REPOSITORY"
FOLDER="docker-images"
BRANCH_NAME="update-dodona-tested-$PR_NUMBER"
# Store the PAT in a file that can be accessed by the
Expand Down

0 comments on commit c5ddb77

Please sign in to comment.