Skip to content

Commit

Permalink
Fix issue #553: remove set-env (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
erivas committed Nov 18, 2020
1 parent cccea6c commit ce2c44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Expand Up @@ -44,8 +44,8 @@ jobs:
PKG=echidna
fi
set -e
echo "::set-env name=PKG::$PKG"
echo "::set-env name=VER::$VER"
echo "PKG=$PKG" >> $GITHUB_ENV
echo "VER=$VER" >> $GITHUB_ENV
- name: Docker Build
run: docker build -t $PKG:$VER .
Expand Down

0 comments on commit ce2c44d

Please sign in to comment.