Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
masterlittle committed Apr 12, 2023
1 parent c5c5a1a commit a8f91e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create_image.yml
Expand Up @@ -37,14 +37,13 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
platforms: linux/amd64,linux/arm64

- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
platform: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
tags: "${{ vars.IMAGE_NAME }}:${{ steps.tag_name.outputs.tag }}"
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit a8f91e7

Please sign in to comment.