Skip to content

Commit

Permalink
Add ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs88a committed Sep 29, 2024
1 parent 591046c commit 4f779f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
- name: Extract version from Dockerfile
id: extract_version
run: |
echo "OWNER=${OWNER,,}" >> $GITHUB_ENV
echo "OWNER=${OWNER,,}"
echo "FILE=${FILE,,}" >> $GITHUB_ENV
echo "FILE=${FILE,,}"
TAG=$(sed -n 's/^ARG BASE_VERSION=v\?\([0-9.]*\).*/\1/p' Dockerfile)
echo "TAG=${TAG#v}" >> $GITHUB_ENV
echo "TAG=${TAG#v}"
Expand Down

0 comments on commit 4f779f4

Please sign in to comment.