Compare commits

..

2 Commits

Author SHA1 Message Date
14ec31d1cc Update .gitea/workflows/semantic-release.yaml
All checks were successful
Semantic Release and Changelog / Patch (push) Successful in 7s
Semantic Release and Changelog / Build and Publish (push) Successful in 17s
2024-02-08 06:04:58 +00:00
42be3b4f0c Update .gitea/workflows/publish.yaml
Some checks failed
Semantic Release and Changelog / Patch (push) Successful in 22s
Semantic Release and Changelog / Build and Publish (push) Failing after 1m27s
2024-02-08 03:45:45 +00:00
2 changed files with 1 additions and 6 deletions

View File

@@ -16,9 +16,6 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4.1.1 uses: actions/checkout@v4.1.1
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Build Docker image - name: Build Docker image
run: docker build -t harbor.evanshome.io/library/py-eagle-mqtt:dev ./Docker/ run: docker build -t harbor.evanshome.io/library/py-eagle-mqtt:dev ./Docker/

View File

@@ -38,9 +38,6 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4.1.1 uses: actions/checkout@v4.1.1
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Build Docker image - name: Build Docker image
run: docker build -t harbor.evanshome.io/library/py-eagle-mqtt:latest ./Docker/ run: docker build -t harbor.evanshome.io/library/py-eagle-mqtt:latest ./Docker/
@@ -50,6 +47,7 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }} GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
WITH_V: true WITH_V: true
GIT_API_TAGGING: false
- name: tag with name - name: tag with name
run: docker tag harbor.evanshome.io/library/py-eagle-mqtt:latest harbor.evanshome.io/library/py-eagle-mqtt:${{ steps.taggerFinal.outputs.new_tag }} run: docker tag harbor.evanshome.io/library/py-eagle-mqtt:latest harbor.evanshome.io/library/py-eagle-mqtt:${{ steps.taggerFinal.outputs.new_tag }}