-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -297,26 +297,6 @@ jobs: | |
with: | ||
yq-version: v4.5.1 | ||
|
||
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/[email protected] | ||
with: | ||
version: latest | ||
|
||
- name: Cache docker layers | ||
if: ${{ !env.ACT }} # Awaiting ACT version after 0.2.17 for this feature | ||
uses: actions/[email protected] | ||
id: cache | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: ${{ runner.os }}-buildx-${{ github.sha }}-${{ matrix.service }} | ||
restore-keys: | | ||
${{ runner.os }}-buildx-${{ github.sha }}- | ||
${{ runner.os }}-buildx- | ||
- name: Login to DockerHub | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -336,7 +316,7 @@ jobs: | |
RELEASE=docker-compose.release.yml | ||
# Use commit of release as version?? | ||
OADA_VERSION="sha-${GITHUB_SHA::8}" \ | ||
OADA_VERSION="sha-${GITHUB_SHA::7}" \ | ||
RELEASE_VERSION="${{ needs.setup.outputs.version }}" \ | ||
./release/make.sh | tee $RELEASE | ||
|