diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 017ace9..77c37fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}}