Skip to content

Commit

Permalink
Update container workflow actions versions
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki committed Aug 7, 2023
1 parent a4be959 commit fceca73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Log in to the Container registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.QUAY_USER }}
password: ${{ secrets.QUAY_TOKEN }}

- name: Generate docker metadata for keylime_agent
id: meta_agent
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: |
${{ env.IMAGE_BASE }}/keylime_agent
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build and push agent image
id: build_agent
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
env:
VERSION: "${{ steps.meta_base.outputs.version }}"
with:
Expand Down

0 comments on commit fceca73

Please sign in to comment.