Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Jan 12, 2024
1 parent 1b437de commit 302c675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,12 @@ jobs:
fi
rm -fr $GNUPGHOME
- name: Set Variable
- name: Set up Docker variables
id: set_variable
run: |
echo "IMAGE_FULL_NAME=$(make image_full_name)" >> $GITHUB_ENV
echo "IMAGE_LATEST_NAME=$(make image_latest_name)" >> $GITHUB_ENV
- name: Display Variable
run: |
echo "Value from Set Variable step: $IMAGE_FULL_NAME"
echo "Value from Set Variable step: $IMAGE_LATEST_NAME"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
chmod +x hub-linux-amd64-${HUB_VERSION}/bin/hub
sudo mv hub-linux-amd64-${HUB_VERSION}/bin/hub /usr/local/bin/
- name: Set Variable
id: set_variable
- name: Set up Docker variables
id: set_variables
run: |
echo "SOPS_SEC_OPERATOR_VERSION=$(make image_tag)" >> $GITHUB_ENV
echo "IMAGE_FULL_NAME=$(make image_full_name)" >> $GITHUB_ENV
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.set_variable.outputs.IMAGE_LATEST_NAME }},${{ steps.set_variable.outputs.IMAGE_FULL_NAME }}
tags: ${{ steps.set_variables.outputs.IMAGE_LATEST_NAME }},${{ steps.set_variables.outputs.IMAGE_FULL_NAME }}
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=isindir/sops-secrets-operator:cache
cache-to: type=registry,ref=isindir/sops-secrets-operator:cache,mode=max

0 comments on commit 302c675

Please sign in to comment.