Skip to content

Commit

Permalink
try to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax committed Jan 26, 2024
1 parent 6e96252 commit c800169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
push: true
tags: |
masterhax/jmusicbot:ubuntu-master
masterhax/jmusicbot:ubuntu-master_${{ env.GITHUB_SHA }}
masterhax/jmusicbot:ubuntu-master_${{ github.sha }}
masterhax/jmusicbot:latest
build-args: |
UPSTREAM_VERSION=master
Expand All @@ -39,6 +39,6 @@ jobs:
push: true
tags: |
masterhax/jmusicbot:ubuntu-0.3.9
masterhax/jmusicbot:ubuntu-0.3.9_${{ env.GITHUB_SHA }}
masterhax/jmusicbot:ubuntu-0.3.9_${{ github.sha }}
build-args: |
UPSTREAM_VERSION=0.3.9

0 comments on commit c800169

Please sign in to comment.