Skip to content

Commit

Permalink
Fix/workflow build issue (#244)
Browse files Browse the repository at this point in the history
* test workflow deploy

* test without sha

* updated secret

* update kubo hash

* only build on master

* update container registry login

* add env to workflow build
  • Loading branch information
jubalm authored Jan 4, 2024
1 parent 22b821a commit 0e7465f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ipfs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
tags:
- v*

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io

jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
Expand All @@ -35,7 +39,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}


- name: Push image
run: |
IMAGE_ID=ghcr.io/$IMAGE_TAG
Expand Down

0 comments on commit 0e7465f

Please sign in to comment.