Skip to content

Commit

Permalink
fix actions (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 authored Feb 9, 2023
1 parent 59528d3 commit e2cad90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ jobs:
with:
ref: master

- name: Get Latest Release
id: latest_version
uses: abatilo/[email protected]
with:
owner: spacemanspiff2007
repo: HABApp

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
Expand All @@ -43,7 +36,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
tags: |
spacemanspiff2007/habapp:latest
spacemanspiff2007/habapp:${{ steps.latest_version.outputs.latest_tag }}
spacemanspiff2007/habapp:${{ github.ref_name }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Install setuptools
run: |
Expand Down

0 comments on commit e2cad90

Please sign in to comment.