Archived
1
0
Fork 0

Bump GitHub Actions

This commit is contained in:
Daniel Kempkens 2022-05-15 22:01:09 +02:00
parent 27a30c02dc
commit cce9b34e6e

View file

@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2
- name: Log in to the Container registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@ -28,12 +28,12 @@ jobs:
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true