Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reganmaharjan authored Apr 6, 2024
1 parent d7ab00c commit fbaa2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
repo="rayheyehygun/epaath"
dest="$repo:${{ matrix.arch }}"
date="$(date +%Y%m%d%H%M)"
docker build -t $dest --build-arg BASE=$base ./
docker build -t $dest --build-arg BASE=$base ./epaath_es_oneactivity_project
docker tag $dest docker.io/$dest
docker tag $dest $dest-$date
docker push --all-tags docker.io/$repo
Expand Down

0 comments on commit fbaa2ea

Please sign in to comment.