We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c32fa5 commit 6a9f5a5Copy full SHA for 6a9f5a5
.github/workflows/docker-publish.yml
@@ -26,7 +26,6 @@ jobs:
26
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
27
id: extract_branch
28
29
- # Updating this to @v2 requires a github auth token
30
- name: Push to GitHub Packages
31
uses: docker/build-push-action@v3
32
with:
@@ -37,12 +36,11 @@ jobs:
37
36
tag_with_ref: true
38
tags: ${{ steps.extract_branch.outputs.branch }}
39
40
41
- name: Push to Docker Hub
42
43
44
username: ${{ secrets.DOCKER_USERNAME }}
45
- password: ${{ secrets.DOCKER_PASSWORD }}
+ password: ${{ secrets.DOCKER_TOKEN }}
46
repository: mfeurer/auto-sklearn
47
48
0 commit comments