Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
powerで解決したはずだが正しくはなさそう
  • Loading branch information
appare45 committed Oct 5, 2023
1 parent dde7d2b commit 53e4113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prog1-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [ workflow_dispatch ]
env:
IMAGE_NAME: prog1-environment
#set tagname
TAG_NAME: prog1-environment
TAG_NAME: latest
#set targetdir
TARGET_DIR: ./

Expand Down Expand Up @@ -53,6 +53,6 @@ jobs:
context: ${{ env.TARGET_DIR }}
platforms: linux/amd64,linux/arm64/v8
push: true
tags: coins23/prog1-environment:latest
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 53e4113

Please sign in to comment.