Skip to content

Commit

Permalink
fix(release): ommit -slim
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Feb 2, 2020
1 parent 1d87c3a commit 2017465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: extract tag
id: vars
run: |
echo ::set-output name=debian_version::$(grep '^FROM debian' Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2)
echo ::set-output name=debian_version::$(grep '^FROM debian' Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2 | cut -d '-' -f 1)
echo "Pushing version ${{ steps.vars.outputs.debian_version }}"
- name: Build docker image
run: |
Expand Down

0 comments on commit 2017465

Please sign in to comment.