🚑 Fix CI
This commit is contained in:
parent
1ce106bfec
commit
96144d8c3e
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -34,7 +34,6 @@ jobs:
|
|||||||
needs: [build-gradle]
|
needs: [build-gradle]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v1.0.0
|
uses: actions/download-artifact@v1.0.0
|
||||||
with:
|
with:
|
||||||
@ -48,5 +47,5 @@ jobs:
|
|||||||
name: brokenfire/brokendiscordbot
|
name: brokenfire/brokendiscordbot
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tags: "latest,${{ GITHUB_RUN_NUMBER }}"
|
tags: latest,${{ GITHUB_RUN_ID}}
|
||||||
buildargs: GITHUB_RUN_NUMBER=${{env.RELEASE_VERSION}}
|
buildargs: GITHUB_RUN_NUMBER=${{env.RELEASE_VERSION}}
|
||||||
|
Loading…
Reference in New Issue
Block a user