Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
obvionaoe committed Oct 15, 2021
1 parent ff081c4 commit 21e3b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tags: ${{ github.repository_owner }}/${{ env.project_name }}:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
build-args: APP_VERSION=${{ toJson(github.event.client_payload).tag }}"
build-args: APP_VERSION=${{ github.event.client_payload.tag }}"

- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v2
Expand Down

0 comments on commit 21e3b93

Please sign in to comment.