Skip to content

Commit

Permalink
add sha tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax committed Jan 26, 2024
1 parent 4fbd2a3 commit c3c93dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: masterhax/jmusicbot:ubuntu-0.3.9
tags: |
masterhax/jmusicbot:ubuntu-0.3.9
masterhax/jmusicbot:ubuntu-0.3.9_${{ env.GITHUB_SHA }}
build-args: |
UPSTREAM_VERSION=0.3.9
- name: build master
Expand All @@ -34,6 +36,8 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: masterhax/jmusicbot:ubuntu-master
tags: |
masterhax/jmusicbot:ubuntu-master
masterhax/jmusicbot:ubuntu-master_${{ env.GITHUB_SHA }}
build-args: |
UPSTREAM_VERSION=master

0 comments on commit c3c93dc

Please sign in to comment.