Skip to content

Commit

Permalink
Don't use actions/containers
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Sep 18, 2021
1 parent df00fc6 commit 41ea6e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Expand Up @@ -76,7 +76,7 @@ jobs:


build-schema-migrations:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [publish-fixtures]
steps:
- name: Checkout
Expand All @@ -97,9 +97,10 @@ jobs:
env:
GIT_TAG: ${{ steps.get_tag.outputs.GIT_TAG }}
DOCKER_CONFIG: ./.docker
uses: ./actions/containers
with:
command: "source .image.env && make -C migrations schema-release"
run: |
sudo apt-get -y update
sudo apt-get -y install skopeo
source .image.env && make -C migrations schema-release
- name: Upload airgap image
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 41ea6e9

Please sign in to comment.