Skip to content

Commit

Permalink
Update docker-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro authored Mar 28, 2024
1 parent 907a16d commit 2d9ded6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ env:
REGISTRY: ghcr.io

jobs:
info:
runs-on: ubuntu-latest
name: Get repository information
outputs:
version: ${{ steps.vars.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
repository: elraro/StarWarsSounds_bot
fetch-depth: 0
token: ${{ github.token }}
- name: Set up variables
id: vars
run: echo "version=$(git describe --abbrev=0 --tags HEAD)" >> $GITHUB_OUTPUT
build:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 2d9ded6

Please sign in to comment.