Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update docker/login-action action to v3.2.0 #44

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
- name: 🏗 Set up Docker Buildx
uses: docker/[email protected]
- name: 🏗 Login to GitHub Container Registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -75,7 +75,7 @@
with:
load: true
tags: |
${{ github.repository_owner }}/${{ steps.information.outputs.slug }}/amd64:${{ steps.release.outputs.version }}

Check warning on line 78 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

line too long

Check warning on line 78 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

line too long
context: ${{ steps.information.outputs.target }}
file: ${{steps.information.outputs.target }}/Dockerfile
cache-from: |
Expand All @@ -94,7 +94,7 @@
- name: Install goss
run: |
VERSION=v0.4.4
curl -L "https://github.com/goss-org/goss/releases/download/${VERSION}/goss-linux-amd64" -o /usr/local/bin/goss

Check warning on line 97 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

line too long

Check warning on line 97 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

line too long
chmod +rx /usr/local/bin/goss

VERSION=v0.4.4
Expand All @@ -103,5 +103,5 @@
# run goss tests
- name: Run goss tests
run: |
# docket pull ${{ github.repository_owner }}/${{ steps.information.outputs.slug }}/amd64:${{ steps.release.outputs.version }}

Check warning on line 106 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

line too long

Check warning on line 106 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

line too long
dgoss run "${{ github.repository_owner }}/${{ steps.information.outputs.slug }}/amd64:${{ steps.release.outputs.version }}"

Check warning on line 107 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

line too long

Check warning on line 107 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

line too long