Skip to content

Commit

Permalink
Attempting to fix digest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Jun 2, 2024
1 parent cf37587 commit de30ec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-containerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ permissions:
packages: write

env:
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ inputs.isDev == true && 'ocw-social-mastodon-dev' || 'ocw-social-mastodon' }}
IMAGE_NAME: ${{ inputs.isDev == true && 'ocw-social-mastodon-dev' || 'ocw-social-mastodon' }}

jobs:
build:
name: Build and push container image
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
platform: [linux/amd64, linux/arm64]

Expand Down

0 comments on commit de30ec4

Please sign in to comment.