Skip to content

Commit

Permalink
⚡️ test
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ppers committed Sep 22, 2023
1 parent ebb8e59 commit d5ad9ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Login to quay Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: quay.io
username: kalkspace+github
password: ${{ secrets.QUAY_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: quay.io/kalkspace/getraenkekasse
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
Expand Down

0 comments on commit d5ad9ad

Please sign in to comment.