From 96144d8c3e09817de5cfc8ca23c19ccc4d4c2674 Mon Sep 17 00:00:00 2001 From: SebClem Date: Sat, 31 Oct 2020 16:50:22 +0100 Subject: [PATCH] :ambulance: Fix CI --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}}