Skip to content

Commit

Permalink
action build-release no more container
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Sep 18, 2021
1 parent f9f51f7 commit 4e1f194
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yaml
Expand Up @@ -316,12 +316,14 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build tagged release
runs-on: ubuntu-20.04
env:
GIT_TAG: ${{ steps.get_tag.outputs.GIT_TAG }}
DOCKER_CONFIG: ./.docker
uses: ./actions/containers
with:
command: "source .image.env && make build-release"
run: |
sudo apt-get -y update
sudo apt-get -y install skopeo
source .image.env && make build-release
- name: Upload airgap image
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4e1f194

Please sign in to comment.