Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn authored and jethome-bot committed Mar 15, 2024
1 parent d92daab commit d61206e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/jh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
architectures: ${{ steps.info.outputs.architectures }}
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get information
id: info
Expand All @@ -38,14 +38,14 @@ jobs:
architecture: ${{ fromJson(needs.init.outputs.architectures) }}
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: olegtarasov/[email protected]
if: github.event_name == 'release'
name: Set tag envronment variable

- name: Login to GitHub Container Registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -59,5 +59,3 @@ jobs:
--target /data \
--cosign \
--generic $GIT_TAG_NAME
env:
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}

0 comments on commit d61206e

Please sign in to comment.