|
18 | 18 | - name: "📥 Check-out" |
19 | 19 | uses: actions/checkout@v2 |
20 | 20 | - name: "🚀 Build & push to GitHub Packages" |
21 | | - uses: docker/build-push-action@v2 |
| 21 | + uses: docker/build-push-action@v1 |
22 | 22 | with: |
23 | 23 | registry: docker.pkg.github.com |
24 | 24 | username: ${{ github.actor }} |
|
29 | 29 | labels: org.opencontainers.image.url=https://github.com/${{ github.repository }},org.opencontainers.image.documentation=https://github.com/${{ github.repository }},org.opencontainers.image.title=TARGER,org.opencontainers.image.description=Neural Argument Mining at Your Fingertips |
30 | 30 | add_git_labels: true |
31 | 31 | - name: "🚀 Build & push to Docker Hub" |
32 | | - uses: docker/build-push-action@v2 |
| 32 | + uses: docker/build-push-action@v1 |
33 | 33 | with: |
34 | 34 | username: ${{ secrets.DOCKER_USERNAME }} |
35 | 35 | password: ${{ secrets.DOCKER_TOKEN }} |
|
45 | 45 | - name: "📥 Check-out" |
46 | 46 | uses: actions/checkout@v2 |
47 | 47 | - name: "🚀 Build & push to GitHub Packages" |
48 | | - uses: docker/build-push-action@v2 |
| 48 | + uses: docker/build-push-action@v1 |
49 | 49 | with: |
50 | 50 | registry: docker.pkg.github.com |
51 | 51 | username: ${{ github.actor }} |
|
56 | 56 | labels: org.opencontainers.image.url=https://github.com/${{ github.repository }},org.opencontainers.image.documentation=https://github.com/${{ github.repository }},org.opencontainers.image.title=TARGER,org.opencontainers.image.description=Neural Argument Mining at Your Fingertips |
57 | 57 | add_git_labels: true |
58 | 58 | - name: "🚀 Build & push to Docker Hub" |
59 | | - uses: docker/build-push-action@v2 |
| 59 | + uses: docker/build-push-action@v1 |
60 | 60 | with: |
61 | 61 | username: ${{ secrets.DOCKER_USERNAME }} |
62 | 62 | password: ${{ secrets.DOCKER_TOKEN }} |
|
0 commit comments