🚑 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]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v1.0.0
|
||||
with:
|
||||
@ -48,5 +47,5 @@ jobs:
|
||||
name: brokenfire/brokendiscordbot
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tags: "latest,${{ GITHUB_RUN_NUMBER }}"
|
||||
tags: latest,${{ GITHUB_RUN_ID}}
|
||||
buildargs: GITHUB_RUN_NUMBER=${{env.RELEASE_VERSION}}
|
||||
|
Loading…
Reference in New Issue
Block a user